Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2003 16:00:14 +0200
From:      "Branko F. Gracnar" <bfg@noviforum.si>
To:        <freebsd-current@freebsd.org>
Subject:   Re: 5.1-R acl problem (again)
Message-ID:  <001701c35f47$b9379450$fac8a8c0@MORDOR>
References:  <Pine.NEB.3.96L.1030809153034.49407A-100000@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for quick and very informative answer.

You're right about getfacl -d (i used linux + acl patch before, where =
default acls are displayed without any arguments and i didn't read =
getfacl man page).

Thanks alot again.


But there is one thing, i don't understand.

if i issue the following command:

setfacl -dm u::rwx,g::rx,o::---,u:branko:rwx,m::rwx  directory

and then create file under that directory, why getfacl reports:

#file:a/c
#owner:0
#group:0
user::rw-
user:branko:rwx         # effective: r--
group::r-x              # effective: r--
mask::r--
other::r--

why is mask just 'r' ?!

Brane



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001701c35f47$b9379450$fac8a8c0>