ACL_DUP(3C) ACL_DUP(3C)
acl_dup - make a copy of an ACL
#include <sys/acl.h>
acl_t acl_dup( acl_t acl);
Returns a pointer to an allocated ACL that is a copy of the ACL supplied
as an argument.
Returns a pointer or null.
EINVAL aclp is null.
ENOMEM allocation of the struct acl failed.
acl(4)
PPPPaaaaggggeeee 1111 [ Back ]
|