<div dir="ltr"><div><div><div><div><div><div><br>On Tue, Sep 15, 2015 at 3:06 AM, Sören Gebbert <<a href="mailto:soerengebbert@googlemail.com">soerengebbert@googlemail.com</a>> wrote:<br>><br>> However, the warning about mapset access is generated in<br>> "lib/temporal/lib/connect.c" which checks the output of<br>> G_mapset_permissions2. I will remove this check<br>> since only the owner is checked, not access permissions.<br><br></div>Be aware of the two different access permissions concepts in GRASS.<br><br></div>* file permissions as set by the system<br></div>* user permissions for Mapsets managed by GRASS<br><br></div>The fist is pure system thing. GRASS probably should check that (I don't know if this actually happens).<br><br></div>The second is partially file ownership as set in the system and partially GRASS Mapset permissions for users. User can only open Mapset which belongs to him or her, unless the owner explicitly allows this in GRASS.<br><br></div>If this is good or bad, I don't know, but it is the current situation.<br></div>