mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31568 from twangboy/fix_perms
Grant permissions using SID instead of name
This commit is contained in:
commit
77d9aae8bb
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ Section "MainSection" SEC01
|
|||
SetOverwrite off
|
||||
CreateDirectory $INSTDIR\conf\pki\minion
|
||||
File /r "..\buildenv\"
|
||||
Exec 'icacls c:\salt /inheritance:r /grant:r "BUILTIN\Administrators":(OI)(CI)F /grant:r "NT AUTHORITY\SYSTEM":(OI)(CI)F'
|
||||
Exec 'icacls c:\salt /inheritance:r /grant:r "*S-1-5-32-544":(OI)(CI)F /grant:r "*S-1-5-18":(OI)(CI)F'
|
||||
|
||||
SectionEnd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue