[GRASS-dev] [GRASS GIS] #1983: wingrass: permission denied to open grass70.py
GRASS GIS
trac at osgeo.org
Wed May 29 01:09:41 PDT 2013
#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 at GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR at .py"
# readable and executable by all users
AccessControl::GrantOnFile \
"%GISBASE%\etc\grass at GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR at .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>
More information about the grass-dev
mailing list