Custom Query (1118 matches)
Results (100 - 102 of 1118)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#628 | fixed | files overly writable | ||
Description |
Hi, in the ~user/data/ menu, these dirs are set a+w, which is to be avoided:
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 |
|||
#629 | wontfix | osgearth script improvements | ||
Description |
Hi, while testing the packages I've come up with a few comments/improvements which would be nice for the Osgearth installer script:
thanks, Hamish |
|||
#630 | fixed | LiveDVD overview shows wrong information for the Geomajas project | ||
Description |
Looking at http://download.osgeo.org/livedvd/4.0-rc6/osgeolive-docs/content.html, the overview documentation for the Geomajas project still refers to an older version. Also the quickstart link is missing. |