ACL_CLEAR_FLAGS_NP(3) | Library Functions Manual | ACL_CLEAR_FLAGS_NP(3) |
acl_clear_flags_np
—
#include <sys/types.h>
#include <sys/acl.h>
int
acl_clear_flags_np
(acl_flagset_t
flagset_d);
acl_clear_flags_np
() function is a non-portable call
that clears all NFSv4 ACL flags from flagset flagset_d.
acl_clear_flags_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_clear_flags_np
() function fails if:
EINVAL
]acl_clear_flags_np
() function was added in
FreeBSD 5.0.
acl_clear_flags_np
() function was written by
Edward Tomasz Napierala
<trasz@FreeBSD.org>.
October 30, 2014 | NetBSD 10.0 |