osf1 man page for acl_copy_entry

Query: acl_copy_entry

OS: osf1

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

acl_copy_entry(3)					     Library Functions Manual						 acl_copy_entry(3)

NAME
acl_copy_entry - Copies an ACL entry
LIBRARY
Security Library (libpacl.a)
SYNOPSIS
#include <sys/acl.h> int acl_copy_entry( acl_entry_t src_d, acl_entry_t dest_d);
PARAMETERS
Specifies the working storage internal representation ACL entry to copy. Specifies the location to copy the working storage internal rep- resentation ACL entry to.
DESCRIPTION
NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The acl_copy_entry() function copies the contents of the individual ACL entry indicated by the src_d parameter to the individual ACL entry indicated by the dest_d parameter. Any ACL descriptor referring to the ACL entries in either parameter will still refer to the same ACL entries. This function overwrites the contents of the ACL entry indicated by the dest_d parameter.
RETURN VALUES
Upon successful completion, the acl_copy_entry() function returns a value of 0 (zero). Otherwise, a value of -1 is returned, and errno is set to indicate the error.
ERRORS
If the following condition occurs, the acl_copy_entry() function sets errno to the corresponding value: The src_d parameter or the dest_d parameter does not refer to a valid ACL entry.
RELATED INFORMATION
acl_create_entry(3), acl_get_entry(3) Security delim off acl_copy_entry(3)
Related Man Pages
acl_copy_entry(3) - freebsd
acl_copy_entry(3) - centos
acl_create_entry(3) - osf1
acl_delete_entry(3) - osf1
acl_delete_entry(3) - osx
Similar Topics in the Unix Linux Community
CSIS Cybersecurity Report - FISMA
Configuring ACL on AIX 5.3
Security Question
Help with ACL on dir/files
SAN Storage ACL and Quotas