Date: Wed, 28 Mar 2001 08:40:28 +0400 From: Alex Kapranoff <kapr@acm.org> To: Robert Watson <rwatson@FreeBSD.ORG> Cc: freebsd-current@FreeBSD.ORG Subject: Re: ACL support in 5.0-CURRENT (was: cvs commit: src/sys/conf files options src/sys/ufs/ufs acl.h ufs_acl.c ufs_vnops.c (fwd)) Message-ID: <20010328084026.A894@kapran.bitmcnit.bryansk.su> In-Reply-To: <Pine.NEB.3.96L.1010327133424.81313U-100000@fledge.watson.org>; from rwatson@FreeBSD.ORG on Tue, Mar 27, 2001 at 02:14:38PM -0500 References: <Pine.NEB.3.96L.1010327133424.81313U-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 27, 2001 at 02:14:38PM -0500, Robert Watson wrote:
> After the EA backing files are initialized, you can manually start the
> EA's on the file system, or if UFS_EXTATTR_AUTOSTART is enabled, simply
> remount the file systems, or reboot the system. To manually start and
> enable the attributes for the root file system, do the following:
>
> extattrctl start /
> extattrctl enable / posix1e.acl_access /.attribute/system/posix1e.acl_access
> extattrctl enable / posix1e.acl_default /.attribute/system/posix1e.acl_default
When I did this several days ago, I had to actually issue:
extattrctl enable / system posix1e.acl_access /.attribute/system/posix1e.acl_access
extattrctl enable / system posix1e.acl_default /.attribute/system/posix1e.acl_default
^^^^^^
Note namespace argument. Your directions in RAEDME probably got out of sync
with `extattrctl' implementaion which now requires attrnamesspace
argument. Manpage is accurate though.
--
Alex Kapranoff, Voice: +7(0832)791845
We've lived 12 weeks in the brand new millenium...
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010328084026.A894>
