Displaying 1 result from an estimated 1 matches for "systems_smb".
Did you mean:
system_smbd
2006 Jan 16
3
ACL set up yet Security Properties not sticking.
...==============================================
if I modify a files ACL from the command line (local to the server) the
changes stick and are viewable on the windows client:
exec:/export/exec/foobar # getfacl complight.jpg
# file: complight.jpg
# owner: greg
# group: users
user::rw-
group::r-x
group:systems_smb:r-x
mask::rwx
other::---
exec:/export/exec/foobar # setfacl -m user:john:rwx complight.jpg
exec:/export/exec/foobar # getfacl complight.jpg
# file: complight.jpg
# owner: greg
# group: users
user::rw-
user:john:rwx
group::r-x
group:systems_smb:r-x
mask::rwx
other::---
=============================...