Query: acl_dup
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
acl_dup(3) Library Functions Manual acl_dup(3)NAMEacl_dup - Creates a duplicate copy of the ACLLIBRARYSecurity Library (libpacl.a)SYNOPSIS#include <sys/acl.h> acl_t acl_dup( acl_t acl_d);PARAMETERSSpecifies the working storage internal representation ACL to create a duplicate of.DESCRIPTIONNOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_dup() function creates a copy of the designated ACL. Once created, this copy is independent of the original ACL.RETURN VALUESUpon successful completion, the acl_dup() function returns a pointer to the new copy of the ACL. Otherwise, a NULL value is returned and errno is set to indicate the error.ERRORSIf any of the following conditions occur, the acl_dup() function sets errno to the corresponding value: The acl_d parameter does not point to a valid ACL structure. Unable to allocate memory for storing the duplicate ACL.RELATED INFORMATIONSecurity delim off acl_dup(3)
Related Man Pages |
---|
acl_dup(3) - freebsd |
acl_free(3) - osf1 |
acl_from_text(3) - osf1 |
acl_valid(3) - osf1 |
acl_dup(3) - osx |
Similar Topics in the Unix Linux Community |
---|
Throw my Toys out of the Pram! |
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |