superman859 wrote: » Here is a question related to ACL I ran across on a flashcard site but got wrong. Question: Which of the following allows a file to have different security permissions for users that have the same roles or user groups? A. MAC B. Role-Based AC C. DAC D. Rule-Based AC I chose D but got it wrong. The correct answer was C. What I don't understand is how we would configure this. If the users have the same roles / groups, how can we give them different access rights using DAC? DAC is typically based on owner, groups, and world - But the only way to give different rights is if one is the owner of the file - otherwise they all fall in the same group so changing group permissions will change it for all of them - similar for world.
af_jimbo wrote: » Sorry this if my first post here, but if you use Active Directory which is a DAC system, you, as the owner, can take out specific people or add people to the file directly, or groups.
superman859 wrote: » Good to know. AD is one of those things I've read about but never used (well, managed...I suppose I've been an end user). Perhaps it's time to play with it myself.