ACL_SET_FLAGSET_NP(3) | Library Functions Manual | ACL_SET_FLAGSET_NP(3) |
acl_set_flagset_np
—
#include <sys/types.h>
#include <sys/acl.h>
int
acl_set_flagset_np
(acl_entry_t
entry_d, acl_flagset_t
flagset_d);
acl_set_flagset_np
() function is a non-portable call
that sets the flags of NFSv4 ACL entry entry_d with the
flags contained in flagset_d.
This call brands the ACL as NFSv4.
acl_set_flagset_np
() function returns the
value 0 if successful; otherwise the value -1 is returned and
the global variable errno is set to indicate the error.
acl_set_flagset_np
() function fails if:
EINVAL
]acl_set_flagset_np
() function was added in
FreeBSD 8.0.
acl_set_flagset_np
() function was written by
Edward Tomasz Napierala
<trasz@FreeBSD.org>.
October 30, 2014 | NetBSD 10.1 |