Content-type: text/html Man page of acl_set_tag_type

acl_set_tag_type

Section: C Library Functions (3)
Index Return to Main Contents
 

NAME

acl_set_tag_type - Sets the tag type in an ACL entry  

LIBRARY

Security Library (libpacl.a)  

SYNOPSIS

#include <sys/acl.h>

int acl_set_tag_type(        acl_entry_t entry_d);
       acl_tag_t tag_type_d);
 

PARAMETERS

The 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.  

DESCRIPTION

NOTE: This function is based on Draft 13 of the POSIX P1003.6 standard. The function may change as the P1003.6 standard is finalized.

Given a pointer to an ACL entry, the acl_set_tag_type() function sets the ACL entry tag type.  

RETURN VALUES

Upon 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.  

ERRORS

If 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 INFORMATION

acl_get_tag_type(3)

Security delim off


 

Index

NAME
LIBRARY
SYNOPSIS
PARAMETERS
DESCRIPTION
RETURN VALUES
ERRORS
RELATED INFORMATION

This document was created by man2html, using the manual pages.
Time: 02:41:39 GMT, October 02, 2010