MAN page from Other libacl1-devel-2.2.13-3sls.i586.rpm
ACL_DELETE_ENTRY
Section: C Library Functions (3)
IndexBSD mandoc
Linux ACL
NAME
acl_delete_entry - delete an ACL entry
LIBRARY
Linux Access Control Lists library (libacl, -lacl).
SYNOPSIS
In sys/types.hIn sys/acl.hFt intFn acl_delete_entry acl_t acl acl_entry_t entry_d
DESCRIPTION
TheFn acl_delete_entryfunction removes the ACL entry indicated by the
entry_ddescriptor from the ACL pointed to by
acl Any existing ACL entry descriptors that refer to entries in
aclother than that referred to by
entry_dcontinue to refer to the same entries. The argument
entry_dand any other ACL entry descriptors that refer to the same ACL entry areundefined after this function completes. Any existing ACL pointers thatrefer to the ACL referred to by
aclcontinue to refer to the ACL.
RETURN VALUE
Rv -std acl_delete_entry
ERRORS
If any of the following conditions occur, theFn acl_delete_entryfunction returns
-1and sets
errnoto the corresponding value:
- Bq Er EINVAL
- The argumentacl_pis not a valid pointer to an ACL.
The argumententry_dis not a valid pointer to an ACL entry.
STANDARDS
IEEE Std 1003.1e draft 17 (lqPOSIX.1erq, abandoned)
SEE ALSO
acl_copy_entry3,acl_create_entry3,acl_get_entry3,
acl(5)
AUTHOR
Derived from the FreeBSD manual pages written byAn Robert N M Watson Aq rwatsonAATTFreeBSD.org ,and adapted for Linux byAn Andreas Gruenbacher Aq a.gruenbacherAATTcomputer.org .
Index
- NAME
- LIBRARY
- SYNOPSIS
- DESCRIPTION
- RETURN VALUE
- ERRORS
- STANDARDS
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.