Date: Tue, 15 Oct 2002 14:28:24 -0700 (PDT) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_acl.c ufs_vnops.c Message-ID: <200210152128.g9FLSO9V009903@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2002/10/15 14:28:24 PDT
Modified files:
sys/ufs/ufs ufs_acl.c ufs_vnops.c
Log:
Push most UFS ACL behavior behind a check for MNT_ACLS, permitting ACLs
to be administratively disabled as needed on UFS/UFS2 file systems. This
also has the effect of preventing the slightly more expensive ACL code
from running on non-ACL file systems, avoiding storage allocation for
ACLs that may be read from disk. MNT_ACLS may be set at mount-time
using mount -o acls, or implicitly by setting the FS_ACLS flag using
tunefs. On UFS1, you may also have to configure ACL store.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Revision Changes Path
1.16 +12 -0 src/sys/ufs/ufs/ufs_acl.c
1.214 +117 -101 src/sys/ufs/ufs/ufs_vnops.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210152128.g9FLSO9V009903>
