This commit is contained in:
Corinna Vinschen 2014-10-08 14:41:44 +00:00
parent 34fbc9859c
commit ee97a4e332
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
* fhandler_disk_file.cc (fhandler_disk_file::facl): Ditto in noacl case. * fhandler_disk_file.cc (fhandler_disk_file::facl): Ditto in noacl case.
* sec_acl.cc (getacl): Compute useful fake CLASS_OBJ and DEF_CLASS_OBJ * sec_acl.cc (getacl): Compute useful fake CLASS_OBJ and DEF_CLASS_OBJ
permission bits based on how these values are generated on Linux. permission bits based on how these values are generated on Linux.
Add commants to explain what the code is doing. Add comments to explain what the code is doing.
* security.cc (get_attribute_from_acl): Compute group permission based * security.cc (get_attribute_from_acl): Compute group permission based
on the actual primary group permissions and all secondary user and group on the actual primary group permissions and all secondary user and group
ACCESS_ALLOWED_ACEs to emulate Linux' behaviour more closely. ACCESS_ALLOWED_ACEs to emulate Linux' behaviour more closely.