Query: acl_set_tag_type
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
acl_set_tag_type(3) Library Functions Manual acl_set_tag_type(3)NAMEacl_set_tag_type - Sets the tag type in an ACL entryLIBRARYSecurity Library (libpacl.a)SYNOPSIS#include <sys/acl.h> int acl_set_tag_type( acl_entry_t entry_d); acl_tag_t tag_type_d);PARAMETERSThe working storage internal representation ACL entry to set the tag type on. The tag type to set: ACL_USER, ACL_GROUP, ACL_USER_OBJ, ACL_GROUP_OBJ, or ACL_OTHER_OBJ.DESCRIPTIONNOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. Given a pointer to an ACL entry, the acl_set_tag_type() function sets the ACL entry tag type.RETURN VALUESUpon successful completion, the acl_set_tag_type() function returns a value of 0 (zero). Otherwise, a value of -1 is returned and errno is set to indicate the error.ERRORSIf any of the following conditions occur, the acl_set_tag_type() function sets errno to the corresponding value: Argument entry_d does not refer to a valid ACL entry. Argument tag_type_d does not refer to a valid type.RELATED INFORMATIONacl_get_tag_type(3) Security delim off acl_set_tag_type(3)
Related Man Pages |
---|
acl_get_tag_type(3) - freebsd |
acl_set_tag_type(3) - suse |
acl_set_qualifier(3) - osf1 |
acl_set_tag_type(3) - osf1 |
acl_set_qualifier(3) - osx |
Similar Topics in the Unix Linux Community |
---|
Throw my Toys out of the Pram! |
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |