0

The Scenario: If a user has write_dac right and he (user) granted some rights to other users. After that, the administrator revoked write_dac from this user.

The Question: What happens to the rights that has been granted to other users will be revoked or not? Does it depends? On what?

Niral Munjariya
  • 1,371
  • 13
  • 27

1 Answers1

0

Windows does not keep track of who added which ACEs to an ACL. Therefore, it has no way to remove the ACEs that were added by a particular user, even if it wanted to.

Harry Johnston
  • 35,639
  • 6
  • 68
  • 158
  • thank you That makes sense By The way do you know any professional book or manual by windows that can be useful for windows security administration? – user3578267 Apr 29 '14 at 02:01