The branch, master has been updated via 4a54c473a0165924e463cc494e38df46c12c618b (commit) from 9d7b238c08875d42071d51de697f5acec7cf89ba (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 4a54c473a0165924e463cc494e38df46c12c618b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 30 17:06:10 2013 +0200 Add apparmor rule that grants read access to the kernel's random UUID generator. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 +++- lightdm-remote-session-x2go.in | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 0434a9e..0e8bcdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ lightdm-remote-session-x2go (0.0.1.1-0~x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream version (0.0.1.1): + - Add apparmor rule that grants read access to the kernel's random UUID + generator. -- 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 6a105ca..7998dd1 100644 --- a/lightdm-remote-session-x2go.in +++ b/lightdm-remote-session-x2go.in @@ -60,6 +60,8 @@ # necessary for writing to sockets, etc. /{,var/}run/** rmkix, /{,var/}run/shm/** wl, + # access to kernel's UUID generator (required by pyhoca-cli) + @{PROC}/sys/kernel/random/uuid r, 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).