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

NAME

acl_free - free ACL working state

CONTENTS

Library
Synopsis
Description
Implementation Notes
Return Values
Errors
See Also
Standards
History
Authors

LIBRARY


.Lb libc

SYNOPSIS


.In sys/types.h
.In sys/acl.h int acl_free "void *obj_p"

DESCRIPTION

The acl_free call allows the freeing of ACL working space, such as is allocated by acl_dup(3), or acl_from_text(3).

IMPLEMENTATION NOTES


.Fx Ns ’s support for POSIX.1e interfaces and features is still under development at this time.

RETURN VALUES


.Rv -std acl_free

ERRORS

If any of the following conditions occur, the acl_free function shall return -1 and set errno to the corresponding value:
[EINVAL]
The value of the obj_p argument is invalid.

SEE ALSO

acl(3), acl_dup(3), acl_from_text(3), acl_get(3), acl_init(3), posix1e(3)

STANDARDS

HISTORY

AUTHORS

 
Created by Blin Media, 2008-2013