PERFORCE change 79843 for review

Robert Watson rwatson at FreeBSD.org
Sat Jul 9 16:29:03 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=79843

Change 79843 by rwatson at rwatson_zoo on 2005/07/09 16:28:41

	Correct spelling of CAP_SYS_SETFFLAG.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/ufs/ufs/ufs_vnops.c#11 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/ufs/ufs/ufs_vnops.c#11 (text+ko) ====

@@ -469,7 +469,7 @@
 		 * is non-zero; otherwise, they behave like unprivileged
 		 * processes.
 		 */
-		if (!cap_check_cred(cred, CAP_SYS_SETFLAG,
+		if (!cap_check_cred(cred, CAP_SYS_SETFFLAG,
 		    jail_chflags_allowed ? SUSER_ALLOWJAIL : 0)) {
 			if (ip->i_flags
 			    & (SF_NOUNLINK | SF_IMMUTABLE | SF_APPEND)) {
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list