<div dir="ltr"><br><br>On Fri, Apr 26, 2019 at 3:59 PM Moritz Lennert <<a href="mailto:mlennert@club.worldonline.be">mlennert@club.worldonline.be</a>> wrote:<br>><br>> On 26/04/19 11:53, Panagiotis Mavrogiorgos wrote:<br>> > Hello everyone,<br>> ><br>> > I was wondering, is there a way to enforce a Mapset to be read-only? I<br>> > guess that this can always be enforced on the Filesystem level with<br>> > something like this:<br>> ><br>> >     find . -type f -exec chmod a-w {} \;<br>> ><br>> ><br>> > but then again some file might need to be writable afterall (sqlite.db?)<br>> ><br>> > So is there a way to e.g. open specific maps in read-only mode?<br>><br>> Normally, you can only write in a mapset if you are the owner of that<br>> mapset, so you could create a mapset owned by a "readonly" user/group.<br><div><br></div><div>Moreover, within a GRASS session, i.e. with GRASS tools, all mapsets but the current mapset are readonly, that is, you can read data from other mapsets but not modify them, even if the current user is also the owner of other mapsets.</div><div><br></div><div>Markus M<br></div><div>></div>> Moritz<br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>