:man| Alphabetical   Categories   About us 
 
ACL_DELETE_ENTRY (3) | C library functions | Unix Manual Pages | :man

NAME

acl_delete_entry - delete an ACL entry from an ACL

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_delete_entry "acl_t acl" "acl_entry_t entry_d"

DESCRIPTION

The acl_delete_entry function is a POSIX.1e call that removes the ACL entry entry_d from ACL acl.

RETURN VALUES


.Rv -std acl_delete_entry

ERRORS

The acl_delete_entry function fails if:
[EINVAL]
Argument acl does not point to a valid ACL. Argument entry_d is not a valid descriptor for an ACL entry in acl.

SEE ALSO

acl(3), acl_copy_entry(3), acl_get_entry(3), posix1e(3)

STANDARDS

HISTORY

AUTHORS

 
Created by Blin Media, 2008-2013