Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2002 19:23:30 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22498 for review
Message-ID:  <200212190323.gBJ3NUkf048903@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22498

Change 22498 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212190323.gBJ3NUkf048903>