| Updated: October 28, 2024 | 
Delete an entry from an access control list (ACL)
#include <sys/acl.h>
int acl_delete_entry( acl_t acl,
                      acl_entry_t entry_d );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The acl_delete_entry() function deletes an entry from an access control list.
0, or -1 if an error occurred (errno is set).
This function is based on the withdrawn POSIX draft P1003.1e.
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | Yes |