PERFORCE change 22498 for review

Robert Watson rwatson at freebsd.org
Thu Dec 19 03:23:30 GMT 2002


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

Change 22498 by rwatson at rwatson_paprika on 2002/12/18 19:22:34

	Permit the ACLs flag to be updated using a remount.

Affected files ...

.. //depot/projects/trustedbsd/acl/sys/sys/mount.h#2 edit

Differences ...

==== //depot/projects/trustedbsd/acl/sys/sys/mount.h#2 (text+ko) ====

@@ -210,7 +210,8 @@
 			MNT_SYNCHRONOUS	| MNT_UNION	| MNT_ASYNC	| \
 			MNT_NOATIME | \
 			MNT_NOSYMFOLLOW	| MNT_IGNORE	| MNT_JAILDEVFS	| \
-			MNT_NOCLUSTERR	| MNT_NOCLUSTERW | MNT_SUIDDIR)
+			MNT_NOCLUSTERR	| MNT_NOCLUSTERW | MNT_SUIDDIR	| \
+			MNT_ACLS)
   
 /*
  * External filesystem command modifier flags.
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