Displaying 1 result from an estimated 1 matches for "complight".
Did you mean:
compliant
2006 Jan 16
3
ACL set up yet Security Properties not sticking.
...t returns:
/dev/mapper/VG01-LV01 on /export/exec type reiserfs (rw,acl,user_xattr)
=======================================================
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-
use...