Cannot "killall chromium" from a guest session

Bug #1506483 reported by Laércio de Sousa on 2015-10-15
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Light Display Manager
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/lightdm_chromium-browser

signal (receive, send) set=("exists") peer=/usr/lib/lightdm/lightdm-guest-session

should be changed to

signal (receive, send) set=("exists", "term") peer=/usr/lib/lightdm/lightdm-guest-session

Related branches

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.
This report contains Public information  Edit
Everyone can see this information.

Other bug subscribers