Cannot "killall chromium" from a guest session
Bug #1506483 reported by
Laércio de Sousa
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Light Display Manager |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Currently one cannot terminate Chromium from a guest session by executing e.g. "killall chromium". That's because current AppArmor profile for Chromium under guest sessions disallows it from receiveing SIGTERM.
In order to fix it, the following directive in abstractions/
signal (receive, send) set=("exists") peer=/usr/
should be changed to
signal (receive, send) set=("exists", "term") peer=/usr/
Related branches
lp://qastaging/~lbssousa/lightdm/guest-session-chromium-allow-sigterm
- Robert Ancell: Approve
-
Diff: 12 lines (+1/-1)1 file modifieddata/apparmor/abstractions/lightdm_chromium-browser (+1/-1)
Changed in lightdm: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in lightdm: | |
status: | Triaged → Fix Committed |
milestone: | none → 1.17.0 |
Changed in lightdm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.