ACL_CREATE_ENTRY (3) | C library functions | Unix Manual Pages | :man▋
NAME
acl_create_entry - create a new ACL entry
CONTENTS
Library Synopsis Description Return Values Errors See Also Standards History Authors
LIBRARY
.Lb libc
SYNOPSIS
.In sys/types.h .In sys/acl.h int acl_create_entry "acl_t *acl_p" "acl_entry_t *entry_p"
DESCRIPTION
The acl_create_entry function is a POSIX.1e call that creates a new ACL entry in the ACL pointed to by acl_p.
RETURN VALUES
.Rv -std acl_create_entry
ERRORS
The acl_create_entry function fails if: [EINVAL] | | Argument acl_p does not point to a pointer to a valid ACL. | [ENOMEM] | | The ACL working storage requires more memory than is allowed by the hardware or system-imposed memory management constraints. | |
SEE ALSO
acl(3), acl_delete_entry(3), acl_get_entry(3), posix1e(3)
STANDARDS
HISTORY
AUTHORS
|