Mark Shellenbaum
2008-Mar-19 20:56 UTC
[zfs-discuss] aclinherit property changes fast track
Here is a draft of the fast track to allow ZFS to inherit mode permission via owner@, group@ and everyone@ -Mark -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: aclinherit.fasttrack URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20080319/42e8ace7/attachment.ksh>
Mark Shellenbaum <Mark.Shellenbaum <at> Sun.COM> writes:> # ls -V a > -rw-r--r--+ 1 root root 0 Mar 19 13:04 a > owner@:--------------:------I:allow > group@:--------------:------I:allow > everyone@:--------------:------I:allowThe ls(1) manpage (as of snv_82) seems incorrect because it says the last inheritance flags is F (Failed access): <who>:rwxpdDaARWcCos:fdinSF:<allow|deny> Whereas your example shows I (Inherited). -marc
Mark Shellenbaum
2008-Mar-20 14:30 UTC
[zfs-discuss] aclinherit property changes fast track
Marc Bevand wrote:> Mark Shellenbaum <Mark.Shellenbaum <at> Sun.COM> writes: >> # ls -V a >> -rw-r--r--+ 1 root root 0 Mar 19 13:04 a >> owner@:--------------:------I:allow >> group@:--------------:------I:allow >> everyone@:--------------:------I:allow > > The ls(1) manpage (as of snv_82) seems incorrect because it > says the last inheritance flags is F (Failed access): > > <who>:rwxpdDaARWcCos:fdinSF:<allow|deny> > > Whereas your example shows I (Inherited). > > -marcThanks for noticing that. I''ve opened a bug to get the man page fixed. 6677920 ls(1) missing information about inherited ACE -Mark