Displaying 3 results from an estimated 3 matches for "mask_obj".
2012 Jun 09
2
[patch] NFSv4/ZFS ACLs
This is a PoC patch for NFSv4/ZFS ACLs.
The objective of the patch is that rsync --acls support NFSv4/ZFS ACLs
without requiring a new command line option
NFSv4 ACLs can't be represented using POSIX draft ACLs, if an NFSv4 ACL is
present a separate POSIX draft ACL will not be present and there are new
APIs
to access NFSv4 ACLs. So we need to distinguish between NFSv4 ACLs and
POSIX
ACLs in
2008 Dec 15
2
rsync 3.0.4 ACL corruption
Hi,
I use rsync 3.0.4 on two opensuse 11 machines.
Every night, a big tree of machine A is synced to machine B.
These machines are samba PDC and BDC, users and groups are ldap-based,
and ACLs are heavily used. There are about 2.8 million files and dirs,
2.2 terabytes of data, and a complete ACL list produced with getfacl has
some 600 megabytes.
I've just noticed that ACLs get partially
2008 Mar 12
22
ZFS ACLs/Samba integration
...administration group should have full control over all files
created in that directory regardless of owner (including the ACL). With the
default "secure" setting, this is not achievable.
For the aclmode setting, the default groupmask seems intended to to emulate
the behavior of the POSIX mask_obj. I always hated that, I would have hoped
ZFS as a brand-new filesystem with native ACLs from the beginning would
have taken the opportunity not to include such kludges, or at least not
make them the default.
I am inclined to configure both of these settings to be passthrough. Is
there any scenario...