You are not logged in.
Pages: 1
Hi,
Lately I've been experimenting with ACL's a lot. It works great. ACL is a very nice addition to the traditional yet inflexible UNIX/POSIX permission system without having to jump to MAC.
But I think I've found something really strange while experimenting:
touch file
chmod 600 file
setfacl -m u:nobody:--x file
getfacl file
ls -lh fileAfter setting any ACL for any user or group getfacl shows that the result is correct, but when I view the file with ls I get this:
-rw---x--- 1 user wheel 0 nov 24 20:49 fileNote the executable bit on the group! So it seems that the permissions for a group are overwritten by the ACL :s
I tried this on serveral pc's servers with different filesystems and different distro's, so the problem seems to be with ACL or with the ls command.
Or did I miss something and is this how the permissions are supposed to be displayed?
Offline
Pages: 1