The branch, master has been updated via 6a6d5adc11534459e20bc799bfea29408eec17ea (commit) from 08c8a4ccf5967cc8852599232fdd02e9d7f7dea3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6a6d5adc11534459e20bc799bfea29408eec17ea Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Jul 18 23:36:49 2011 +0200 write access to /var/db/x2go for egid x2gouser. ----------------------------------------------------------------------- Summary of changes: debian/x2goserver.postinst | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst index abd9dd0..2049c0f 100755 --- a/debian/x2goserver.postinst +++ b/debian/x2goserver.postinst @@ -49,7 +49,9 @@ case "$1" in else # make sure db permissions are set correctly chown root:x2gouser /var/db/x2go -Rf - chmod 0750 /var/db/x2go + # egid x2gouser needs write access to the db dir (for temporary db journal file) + chmod 0770 /var/db/x2go + # ... and to the db file itself, of course chmod 0660 /var/db/x2go/x2go_sessions fi hooks/post-receive -- x2goserver.git (X2go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2go Server).