Set the permissions set in an ACL entry
#include <sys/acl.h> int acl_set_permset( acl_entry_t entry_d, acl_permset_t permset_p );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The acl_set_permset() function stores the given set of permissions in an ACL entry.
0.
This function is based on the withdrawn POSIX draft P1003.1e.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |