Query: acl_from_text
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
acl_from_text(3) Library Functions Manual acl_from_text(3)NAMEacl_from_text - Converts the textual representation of an ACL to an internal representationLIBRARYSecurity Library (libpacl.a)SYNOPSIS#include <sys/acl.h> acl_t acl_from_text( char *buf_p);PARAMETERSPoints to the text external representation of the ACL to be converted.DESCRIPTIONNOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_from_text() function converts the textual representation of the ACL into the working storage internal representation used by the ACL subsystem. Working system storage is allocated as required.RETURN VALUESUpon successful completion, the acl_from_text function returns an address pointing to the ACL translated. Otherwise, a value of NULL is returned and errno is set to indicate the error.ERRORSIf any of the following conditions occur, the acl_from_text() function sets errno to the corresponding value: The argument buf_p cannot be translated into an ACL. There is not enough memory available to the process to allocate the working storage.RELATED INFORMATIONacl_to_text(3), acl_free_text(3) Security delim off acl_from_text(3)
Related Man Pages |
---|
acl_from_text(3) - freebsd |
acl_from_text(3) - centos |
acl_first_entry(3) - osf1 |
acl_free(3) - osf1 |
acl_to_text(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Kerbos Security |
ACL for Subnet/IP address |
SAN Storage ACL and Quotas |