Handling ACL entries which match the POSIX permissions

This commit is contained in:
2009-01-18 18:39:06 +01:00
parent ece6eca9a5
commit 723d23321a
8 changed files with 232 additions and 10 deletions

View File

@ -4141,9 +4141,12 @@ int aaip_xinfo_func(void *data, int flag);
* bit0= obtain "default" ACL rather than "access" ACL
* (Linux directories can have a "default" ACL which influences
* the permissions of newly created files.)
* bit4= if no ACL available: return *text == NULL
else: produce ACL from PROSIX permissions
* bit15= free memory and return 1
* @return
* 1 on success,
* 2 ACL produced from POSIX permissions
* 1 ACL was read from node
* 0 if the desire ACL type is not available
* < 0 on error
*