~ci-train-bot/lightdm/lightdm-ubuntu-yakkety-landing-032

« back to all changes in this revision

Viewing changes to data/apparmor/lightdm-guest-session.in

  • Committer: Robert Ancell
  • Date: 2016-06-20 03:00:16 UTC
  • mfrom: (2317.1.2 lightdm)
  • Revision ID: robert.ancell@canonical.com-20160620030016-9w1lqkna32jmtz64
Fix guest session AppArmor rules for input methods and remove incorrect rule that causes the profile to fail to compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  #include <abstractions/lightdm_chromium-browser>
12
12
 
13
13
  # fcitx and friends needs special treatment due to C/S design
14
 
  #include <abstractions/fcitx>
 
14
  /usr/bin/fcitx ix,
 
15
  /tmp/fcitx-socket-* rwl,
 
16
  /dev/shm/* rwl,
 
17
  /usr/bin/fcitx-qimpanel ix,
 
18
  /usr/bin/sogou-qimpanel-watchdog ix,
 
19
  /usr/bin/sogou-sys-notify ix,
 
20
  /tmp/sogou-qimpanel:* rwl,
15
21
 
16
22
  # mozc_server needs special treatment due to C/S design
17
 
  #include <abstractions/mozc_server>
 
23
  unix (bind, listen) type=stream addr="@tmp/.mozc.*",
18
24
}
19
 
 
20
 
/etc/xdg/lxsession/Lubuntu/* cx,  # LP1273524