ACLSETAGTYPE(3) BSD Library Functions Manual ACLSETAGTYPE(3)
NAME
aclsettagtype -- set the tag type of an ACL entry
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
##include <>
##include <>
int
aclsettagtype(aclentryt entryd, acltagt tagtype);
DESCRIPTION
The aclsettagtype() function is a POSIX.1e call that sets the ACL tag
type of ACL entry entryd to the value of tagtype.
RETURN VALUES
The aclsettagtype() function returns the value 0 if successful; other-
wise the value -1 is returned and the global variable errno is set to
indicate the error.
ERORS
The aclsettagtype() function fails if:
[EINVAL] Argument entryd is not a valid descriptor for an ACL
entry. Argument tagtype is not a valid ACL tag type.
SEE ALSO
acl(3), aclgettagtype(3), posix1e(3)
STANDARDS
POSIX.1e is described in IE POSIX.1e draft 17.
AUTHORS
Michael Smith
Chris D. Faulhaber
BSD March 10, 2001 BSD
|