|
|
|
|
|
by tinus_hn
3214 days ago
|
|
The inheritable ACLs have to propagate (they can actually get out of sync). This is a design choice; either you check the inherited permissions at file opening or while changing the permissions or creating the file. Chances are you will open the file more often than you will change ACLs so they chose the latter which makes sense. |
|