The
acl_equiv_mode_np()
function is a non-portable call which checks that entries contained in the
acl
argument use only the ACL_USER_OBJ, ACL_GROUP_OBJ, and ACL_OTHER tag types, and that
permissions contained in these entries consist only of ACL_READ, ACL_WRITE and
ACL_EXECUTE.
If the check succeeds, the ACL can be represented as traditional UNIX
file permissions bits set.
If
mode_p
is not NULL and the check succeeds, the function fills the argument with a mode
value corresponding to permissions contained in the ACL.