Can "traditional unix permissions" conflict with or override ACL permissions in OSX? Are there cumulative effects between these or are "traditional permissions" ignored when ACL permissions are enabled?
|
feedback
|
|
If there is no matching ACL entry in OS X, then the Unix permissions are evaluated. If there is a matching entry, it does not evaluate the Unix permissions. | |||
|
feedback
|
|
On pretty much every *nix in existence (which includes OS X) ACLs on native filesystems supplement standard *nix permissions. | |||||||
feedback
|
|
To determine whether or not to allow an action, the [ACE] rules are considered in order. The first rule that is applicable to the current actor and action determines the decision, and no further rules are considered. If none of the rules apply, then the decision is determined by the traditional Unix file permissions. source: http://arstechnica.com/apple/reviews/2005/04/macosx-10-4.ars/8 | |||
|
feedback
|