#1983: wingrass: permission denied to open grass70.py
---------------------------------+------------------------------------------
 Reporter:  mmetz                |       Owner:  grass-dev@…              
     Type:  defect               |      Status:  new                      
 Priority:  normal               |   Milestone:  7.0.0                    
Component:  Installation         |     Version:  svn-trunk                
 Keywords:  wingrass, installer  |    Platform:  MSWindows 7              
      Cpu:  All                  |  
---------------------------------+------------------------------------------
 On some Windows 7 systems, regular users may not be allowed to open or
 execute grass70.py. The NSIS installer should set file permissions with
 the !AccessControl plug-in:

 {{{
 # Make the file
 # "%GISBASE%\etc\grass@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@.py"
 # readable and executable by all users
   AccessControl::GrantOnFile \
     "%GISBASE%\etc\grass@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@.py"
 "(BU)" "GenericRead + GenericExecute"
 }}}

 This applies probably also to all files in "%GISBASE%\bin".

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/1983>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to