-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite ApplyACL to allow for SYSTEM to participate. Grant SYSTEM ful…
…l access to Temp as that is where we install from. (#2370) Add support for `SYSTEM` to the explicit ACLs, and give `SYSTEM` full control on the `Temp` directory. `ApplyACL` and the data that it uses are basically re-written to support a more dynamic list of ACEs. Also ensures that if the process is running as `SYSTEM`, it doesn't attempt to write the same ACE multiple times.
- Loading branch information
Showing
3 changed files
with
108 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters