Date: Fri, 11 Sep 2015 12:03:49 -0700 (PDT) From: Sean Eric Fagan <sef@Kithrup.COM> To: freebsd-fs@freebsd.org Subject: chmod, freebsd10, zfs, and ACLs Message-ID: <201509111903.t8BJ3nSi088068@kithrup.com>
next in thread | raw e-mail | index | archive | help
On FreeBSD 10, with ZFS, doing: touch fred ; setfacl -m user:www:full_set::deny fred ; getfacl fred ; chmod g=u fred ; getfacl fred does not work the way I expect: to be precise, the chmod causes the user:www ACE to go away. This does not happen with posix1e ACLs. I'm not sure if this is a ZFS issue, or a nfs4 acl issue. wibblewobble? Sean.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509111903.t8BJ3nSi088068>