[Bug 216239] samba shadow_copy gets access denied while accessing .zfs/snapshot

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 23 10:02:08 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216239

--- Comment #4 from Wojciech Giel <wkg21 at cam.ac.uk> ---
I applied it on :
samba -V
Version 4.4.8

from the samba bug looks like .zfs and .zfs/snapshot doesn't support acl. Zfs
creates .zfs directory with permissions like: 

root at stor-win:/dataPool/test # ls -lad .zfs/
dr-xr-xr-x  4 root  wheel  4 Jan 18 10:21 .zfs/
root at stor-win:/dataPool/test # ls -la .zfs/
total 1
dr-xr-xr-x   4 root   wheel   4 Jan 18 10:21 .
drwxr-xr-x   4 user1  wheel   3 Jan 18 10:36 ..
dr-xr-xr-x   2 root   wheel   2 Jan 18 10:21 shares
dr-xr-xr-x  11 root   wheel  11 Jan 20 15:39 snapshot

so it looks like acl checking can be safely, at least on zfs, ignored.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list