:man| Alphabetical   Categories   About us 
 
ACL_SET_TAG_TYPE (3) | C library functions | Unix Manual Pages | :man

NAME

acl_set_tag_type - set the tag type of an ACL entry

CONTENTS

Library
Synopsis
Description
Return Values
Errors
See Also
Standards
History
Authors

LIBRARY


.Lb libc

SYNOPSIS


.In sys/types.h
.In sys/acl.h int acl_set_tag_type "acl_entry_t entry_d" "acl_tag_t tag_type"

DESCRIPTION

The acl_set_tag_type function is a POSIX.1e call that sets the ACL tag type of ACL entry entry_d to the value of tag_type.

RETURN VALUES


.Rv -std acl_set_tag_type

ERRORS

The acl_set_tag_type function fails if:
[EINVAL]
Argument entry_d is not a valid descriptor for an ACL entry. Argument tag_type is not a valid ACL tag type.

SEE ALSO

acl(3), acl_get_tag_type(3), posix1e(3)

STANDARDS

HISTORY

AUTHORS

 
Created by Blin Media, 2008-2013