Main index | Section 3 | Options |
#include <sys/types.h>
#include <sys/acl.h>
Note: it is not considered an error to attempt to add flags that already exist in the flagset.
Valid values are:
ACL_ENTRY_FILE_INHERIT | Will be inherited by files. |
ACL_ENTRY_DIRECTORY_INHERIT | Will be inherited by directories. |
ACL_ENTRY_NO_PROPAGATE_INHERIT | Will not propagate. |
ACL_ENTRY_INHERIT_ONLY | Inherit-only. |
ACL_ENTRY_INHERITED | Inherited from parent |
[EINVAL] | |
Argument flagset_d is not a valid descriptor for a flagset within an ACL entry. Argument flag does not contain a valid acl_flag_t value. | |
ACL_ADD_FLAG_NP (3) | September 4, 2015 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.