The branch, master has been updated via 823327b8856f5f320469e8453565a5792143dcc2 (commit) from 4a54c473a0165924e463cc494e38df46c12c618b (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 823327b8856f5f320469e8453565a5792143dcc2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed May 1 10:06:47 2013 +0200 Another apparmor rule: allow rw access to /var/lib/libuuid/clock.txt". ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + lightdm-remote-session-x2go.in | 1 + 2 files changed, 2 insertions(+) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 0e8bcdf..726c527 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ lightdm-remote-session-x2go (0.0.1.1-0~x2go1) UNRELEASED; urgency=low * New upstream version (0.0.1.1): - Add apparmor rule that grants read access to the kernel's random UUID generator. + - Another apparmor rule: allow rw access to /var/lib/libuuid/clock.txt". -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 30 Apr 2013 17:04:25 +0200 diff --git a/lightdm-remote-session-x2go.in b/lightdm-remote-session-x2go.in index 7998dd1..f10d5a8 100644 --- a/lightdm-remote-session-x2go.in +++ b/lightdm-remote-session-x2go.in @@ -62,6 +62,7 @@ /{,var/}run/shm/** wl, # access to kernel's UUID generator (required by pyhoca-cli) @{PROC}/sys/kernel/random/uuid r, + /var/lib/libuuid/clock.txt rw, capability ipc_lock, hooks/post-receive -- lightdm-remote-session-x2go.git (X2Go-based remote login session support for LightDM) 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 "lightdm-remote-session-x2go.git" (X2Go-based remote login session support for LightDM).