From 64a9b79224bccac4052e8b7f3d2a4d2caa547c71 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 4 Feb 2009 20:16:32 +0100 Subject: [PATCH] Some comment changes which were not stored before the previous commit --- libisofs/aaip_0_2.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libisofs/aaip_0_2.h b/libisofs/aaip_0_2.h index 48bf388..378150b 100644 --- a/libisofs/aaip_0_2.h +++ b/libisofs/aaip_0_2.h @@ -172,8 +172,9 @@ int aaip_get_acl_text(char *path, char **text, int flag); system ACL API and encode bit1= use numeric ACL qualifiers rather than names bit2= do not obtain attributes other than ACLs - bit3= do not ignore eventual ACL attribute - (e.g. system.posix_acl_access) + bit3= do not ignore eventual non-user attributes. + I.e. those with a name which does not begin + by "user." bit4= do not return trivial ACL that matches st_mode bit15= free memory of names, value_lengths, values @return >0 ok @@ -461,8 +462,9 @@ int aaip_set_acl_text(char *path, char *text, int flag); bit0= decode and set ACLs bit1= first clear all existing attributes of the file bit2= do not set attributes other than ACLs - bit3= do not ignore eventual ACL attribute - (e.g. system.posix_acl_access) + bit3= do not ignore eventual non-user attributes. + I.e. those with a name which does not begin + by "user." @return 1 success -1 error memory allocation -2 error with decoding of ACL