acl_copy_entry

NAME

LIBRARY

Linux Access Control Lists library (libacl, -lacl).

SYNOPSIS

n sys/types.h n sys/acl.h

DESCRIPTION

The function copies the contents of the ACL entry indicated by the descriptor to the existing ACL entry indicated by the descriptor. The and descriptors may refer to entries in different ACLs.

RETURN VALUE

ERRORS

If any of the following conditions occur, the function returns and sets to the corresponding value:
  • EINVAL The argument or is not a valid descriptor for an ACL entry.
The arguments and reference the same ACL entry.

STANDARDS

IEEE Std 1003.1e draft 17 (POSIX.1e, abandoned)

SEE ALSO

AUTHOR

Derived from the FreeBSD manual pages written by and adapted for Linux by