|
NAMEacl_set_tag_type —
set the tag type of an ACL entry
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <sys/types.h>
#include <sys/acl.h>
int
DESCRIPTIONTheacl_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.
Valid values are:
Calling RETURN VALUESTheacl_set_tag_type () function returns the
value 0 if successful; otherwise the value -1 is returned and
the global variable errno is set to indicate the error.
ERRORSTheacl_set_tag_type () function fails if:
SEE ALSOacl(3), acl_get_brand_np(3), acl_get_tag_type(3), posix1e(3)STANDARDSPOSIX.1e is described in IEEE POSIX.1e draft 17.HISTORYPOSIX.1e support was introduced in FreeBSD 4.0. Theacl_set_tag_type () function was added in
FreeBSD 5.0.
AUTHORSTheacl_set_tag_type () function was written by
Chris D. Faulhaber
<jedgar@fxp.org>.
Visit the GSP FreeBSD Man Page Interface. |