Merge lp:~lbssousa/lightdm/bug1391955 into lp:lightdm

Proposed by Laércio de Sousa
Status: Merged
Merged at revision: 2221
Proposed branch: lp:~lbssousa/lightdm/bug1391955
Merge into: lp:lightdm
Diff against target: 22 lines (+4/-2)
1 file modified
data/apparmor/abstractions/lightdm (+4/-2)
To merge this branch: bzr merge lp:~lbssousa/lightdm/bug1391955
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+274872@code.launchpad.net

Description of the change

Update guest-session AppArmor profile to be suitable for openSUSE. Please consider bug #1496939 first.

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-16 13:53:26 +0000
3+++ data/apparmor/abstractions/lightdm 2015-10-19 10:49:35 +0000
4@@ -33,14 +33,16 @@
5 /etc/ r,
6 /etc/** rmk,
7 /etc/gdm/Xsession ix,
8+ /etc/X11/xdm/** ix, # needed for openSUSE's default session-wrapper
9+ /etc/X11/xinit/** ix, # needed for openSUSE's default session-wrapper
10 /lib/ r,
11 /lib/** rmixk,
12 /lib32/ r,
13 /lib32/** rmixk,
14 /lib64/ r,
15 /lib64/** rmixk,
16- owner /media/ r,
17- owner /media/** rmwlixk, # we want access to USB sticks and the like
18+ owner /{,run/}media/ r,
19+ owner /{,run/}media/** rmwlixk, # we want access to USB sticks and the like
20 /opt/ r,
21 /opt/** rmixk,
22 @{PROC}/ r,

Subscribers

People subscribed via source and target branches