Merge lp:~lbssousa/lightdm/guest-session-write-run-screen into lp:lightdm

Proposed by Laércio de Sousa
Status: Merged
Merged at revision: 2218
Proposed branch: lp:~lbssousa/lightdm/guest-session-write-run-screen
Merge into: lp:lightdm
Diff against target: 11 lines (+1/-0)
1 file modified
data/apparmor/abstractions/lightdm (+1/-0)
To merge this branch: bzr merge lp:~lbssousa/lightdm/guest-session-write-run-screen
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+274711@code.launchpad.net

Description of the change

Allow guest sessions to write in /{,var/}run/screen folder, so they can launch screen terminals (needed for e.g. Epoptes to open remote clients' terminals).

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/apparmor/abstractions/lightdm'
2--- data/apparmor/abstractions/lightdm 2015-10-15 15:15:03 +0000
3+++ data/apparmor/abstractions/lightdm 2015-10-16 13:56:52 +0000
4@@ -75,6 +75,7 @@
5 /{,var/}run/ r,
6 # necessary for writing to sockets, etc.
7 /{,var/}run/** rmkix,
8+ /{,var/}run/screen/** wl,
9 /{,var/}run/shm/** wl,
10 /{,var/}run/uuidd/request w,
11 # libpam-xdg-support/logind

Subscribers

People subscribed via source and target branches