acl_delete_entry

NAME

LIBRARY

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

SYNOPSIS

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

DESCRIPTION

The function removes the ACL entry indicated by the descriptor from the ACL pointed to by Any existing ACL entry descriptors that refer to entries in other than that referred to by continue to refer to the same entries. The argument and any other ACL entry descriptors that refer to the same ACL entry are undefined after this function completes. Any existing ACL pointers that refer to the ACL referred to by continue to refer to the ACL.

RETURN VALUE

ERRORS

If any of the following conditions occur, the function returns and sets to the corresponding value:
  • EINVAL The argument is not a valid pointer to an ACL.
The argument is not a valid pointer to an 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