Fix typo
This commit is contained in:
parent
34fbc9859c
commit
ee97a4e332
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue