Main index | Section 3 | Options |
#include <sys/types.h>
#include <sys/acl.h>
Valid values are:
ACL_USER_OBJ | Permissions apply to file owner |
ACL_USER | Permissions apply to additional user specified by qualifier |
ACL_GROUP_OBJ | Permissions apply to file group |
ACL_GROUP | Permissions apply to additional group specified by qualifier |
ACL_MASK | Permissions specify mask |
ACL_OTHER | Permissions apply to other |
ACL_OTHER_OBJ | Same as ACL_OTHER |
ACL_EVERYONE | Permissions apply to everyone@ |
Calling acl_set_tag_type() with tag_type equal to ACL_MASK, ACL_OTHER or ACL_OTHER_OBJ brands the ACL as POSIX.1e. Calling it with ACL_EVERYONE brands the ACL as NFSv4.
[EINVAL] | |
Argument entry_d is not a valid descriptor for an ACL entry. Argument tag_type is not a valid ACL tag type. ACL is already branded differently. | |
ACL_SET_TAG_TYPE (3) | June 25, 2009 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.