Quellcode durchsuchen

edit of line 761 in GRASS-Installer.nsi.tmpl to change form BU Execute to S-1-5-32-545 Generic User Read and Generic User Execute (#2068)

winGRASS start enabled now also for normal users in Windows OS.
dnewcomb vor 3 Jahren
Ursprung
Commit
011907c4ec
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      mswindows/GRASS-Installer.nsi.tmpl

+ 2 - 1
mswindows/GRASS-Installer.nsi.tmpl

@@ -763,7 +763,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
 
 ;--------------------------------------------------------------------------