I'm running the latest FreeBSD 10.0-CURRENT with samba 3.6.5.
I'm sharing some folders from a ZFS file system
properties of the zfs filesystem:
tank/users aclmode passthrough inherited from
tank
tank/users aclinherit passthrough received
When I create a file via a windows client on the shared volume following
ACL is applied:
getfacl New\ Text\ Document.txt
# file: New Text Document.txt
# owner: administrator
# group: domain users
owner@:rw-p--aARWcCo-:------:allow
group@:rw-p--a-R-c---:------:allow
everyone@:------a-R-c---:------:allow
ls -l New\ Text\ Document.txt
-rw-rw----+ 1 administrator domain users 0 Jul 24 10:46 New Text
Document.txt
I don't want to see the everyone listed in the ACL ( with following aces:
read attributes, Read extended attrbiutes, Read permissions) on the windows
clients.
Is this " everyone@:------a-R-c---:------:allow" implemented by FreeBSD by
default? Can I filter this or change the default extended attributes? Is
this defined by the the NFSv4 standard?
Default umask on freebsd is 022.
I'm using the zfsacl vfs objects module.
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba