Skip to content

Commit

Permalink
winGRASS: change form BU Execute to "GenericRead + GenericExecute" (#…
Browse files Browse the repository at this point in the history
…2069)

forward-port of #2068
  • Loading branch information
neteler committed Jan 5, 2022
1 parent 07d095e commit 7fca178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mswindows/GRASS-Installer.nsi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,8 @@ Section "GRASS" SecGRASS
Push 'config_projshare = "$INSTDIR\share\proj"' ; string to replace whole line with
Call ReplaceLineStr

AccessControl::SetOnFile "$INSTDIR\etc\grass@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@.py" "(BU)" "Execute"
;replace BU with numeric group name for local users
AccessControl::SetOnFile "$INSTDIR\etc\grass@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@.py" "(S-1-5-32-545)" "GenericRead + GenericExecute"
SectionEnd

;--------------------------------------------------------------------------
Expand Down

0 comments on commit 7fca178

Please sign in to comment.