acl_get_tag_type
NAME
LIBRARY
Linux Access Control Lists library (libacl, -lacl).
SYNOPSIS
n sys/types.h
n sys/acl.h
DESCRIPTION
The
function assigns to the value pointed to by
the tag type for the ACL entry indicated by the argument
The argument
and any other ACL entry descriptors that refer to entries in the same
ACL continue to refer to those entries. The order of all existing
entries in the ACL remain unchanged.
RETURN VALUE
ERRORS
If any of the following conditions occur, the
function returns
and sets
to the corresponding value:
- EINVAL The argument is not a valid descriptor for an ACL entry.
STANDARDS
IEEE Std 1003.1e draft 17 (POSIX.1e, abandoned)
SEE ALSO
acl_create_entry(3)
acl_get_entry(3)
acl_get_permset(3)
acl_get_qualifier(3)
acl_set_permset(3)
acl_set_qualifier(3)
acl_set_tag_type(3)
acl(5)
AUTHOR
Derived from the FreeBSD manual pages written by
and adapted for Linux by
