[GRASS-SVN] r66165 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 10 10:53:44 PDT 2015


Author: hellik
Date: 2015-09-10 10:53:44 -0700 (Thu, 10 Sep 2015)
New Revision: 66165

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
GRASS-Installer.nsi.tmpl: (BU) -> (S-1-5-32-545)
see https://support.microsoft.com/en-us/kb/243330
Well-known security identifiers in Windows operating systems
SID: S-1-5-32-545
Name: Users

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2015-09-10 14:55:17 UTC (rev 66164)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2015-09-10 17:53:44 UTC (rev 66165)
@@ -529,7 +529,7 @@
 	File /r ${PACKAGE_FOLDER}\*.*
 
 	;grant modifying/overwriting fontcap file
-	AccessControl::GrantOnFile "$INSTDIR\etc\fontcap" "(BU)" "GenericRead + GenericWrite + Delete"
+	AccessControl::GrantOnFile "$INSTDIR\etc\fontcap" "(S-1-5-32-545)" "GenericRead + GenericWrite + Delete"
 	
 	;create run_gmkfontcap.bat
 	ClearErrors



More information about the grass-commit mailing list