Query: acl_set_permset
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
acl_set_permset(3) Library Functions Manual acl_set_permset(3)NAMEacl_set_permset - Sets permissions in a given ACL entryLIBRARYSecurity Library (libpacl.a)SYNOPSIS#include <sys/acl.h> int acl_set_permset( acl_entry_t entry_d; acl_permset_t permset_d);PARAMETERSSpecifies the descriptor of the working storage internal representation of an ACL entry. Points to a working storage internal representa- tion of file permission bits.DESCRIPTIONNOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given a pointer to an ACL entry, the acl_set_permset() function sets the permissions. Any permissions in the ACL entry before the call to acl_set_permset() are replaced with the new set of permissions.RETURN VALUESUpon successful completion, the acl_set_permset() function returns a value of 0 (zero). Otherwise, a value of -1 is returned, and errno is set to indicate the error.ERRORSIf the following conditions occur, the acl_set_permset() function sets errno to the corresponding value: The entry_d parameter does not refer to a valid ACL entry. The permset_d parameter does not contain valid file permission bits.RELATED INFORMATIONacl_add_perm(3), acl_get_permset(3), acl_get_entry(3), acl_delete_perm(3), acl_clear_perm(3) Security delim off acl_set_permset(3)
Related Man Pages |
---|
acl_maximal_permset_mask_np(3) - mojave |
acl_set_permset_mask_np(3) - mojave |
acl_set_permset(3) - osx |
acl_set_permset(3) - centos |
acl_delete_perm(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
file permissions doubt |
rbw,rbr permissions |
ACL permissions setup |