Main index | Section 3 | Options |
#include <sys/types.h>
#include <sys/acl.h>
The flags specified are formed by or'ing the following values
ACL_TEXT_VERBOSE | Format ACL using verbose form |
ACL_TEXT_NUMERIC_IDS | Do not resolve IDs into user or group names |
ACL_TEXT_APPEND_ID | In addition to user and group names, append numeric IDs |
This function allocates any memory necessary to contain the string and returns a pointer to the string. The caller should free any releasable memory, when the new string is no longer required, by calling acl_free(3) with the (void*)char as an argument.
[EINVAL] | |
Argument
acl
does not point to a valid ACL.
The ACL denoted by acl contains one or more improperly formed ACL entries, or for some other reason cannot be translated into a text form of an ACL. | |
[ENOMEM] | |
The character string to be returned requires more memory than is allowed by the hardware or software-imposed memory management constraints. | |
ACL_TO_TEXT (3) | June 25, 2009 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Some people open all the windows; wise wives welcome spring by moving the UNIX. | ” |