#628: files overly writable
---------------------+------------------------------------------------------
Reporter: hamish | Owner: live-d...@…
Type: defect | Status: new
Priority: minor | Milestone:
Component: LiveDVD | Keywords: 777, perms
---------------------+------------------------------------------------------
Hi,
in the ~user/data/ menu, these dirs are set a+w, which is to be avoided:
* kml/
* raster/
* spatialite/
* udig-data/
besides being a security risk, it also means that the files will be held
in RAM(?), which is bad.
if you need to keep a file writable, add it to the "users" group.
e.g.:
{{{
chown -R root.users pathname/
chmod -R g+w pathname/
adduser user users
}}}
as GID survives the ISO building process while UID does not.
Hamish
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/628>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.
_______________________________________________
Live-demo mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/live-demo
http://wiki.osgeo.org/wiki/Live_GIS_Disc