summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-09-28 16:42:20 +1300
committerRobert Ancell <robert.ancell@canonical.com>2016-09-28 16:42:20 +1300
commitf68542a69efcad53dc7e0ec1b7418166beeb08c5 (patch)
tree514b7a4dabcb2c99b015a3f5ecd646ede5752893
parent8c8f6cd156e1e6d40b1eeb613f644f2df706bb07 (diff)
downloadlightdm-git-f68542a69efcad53dc7e0ec1b7418166beeb08c5.tar.gz
Allow guest sessions more access to the upstart session socket
-rw-r--r--data/apparmor/abstractions/lightdm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/apparmor/abstractions/lightdm b/data/apparmor/abstractions/lightdm
index 5289a927..ffcd195b 100644
--- a/data/apparmor/abstractions/lightdm
+++ b/data/apparmor/abstractions/lightdm
@@ -95,7 +95,7 @@
unix (receive) peer=(label=unconfined),
unix (create),
unix (getattr, getopt, setopt, shutdown),
- unix (bind, listen) type=stream addr="@/com/ubuntu/upstart-session/**",
+ unix (bind, listen, accept, receive, send) type=stream addr="@/com/ubuntu/upstart-session/**",
unix (bind, listen) type=stream addr="@/tmp/dbus-*",
unix (bind, listen) type=stream addr="@/tmp/.ICE-unix/[0-9]*",
unix (bind, listen) type=stream addr="@/dbus-vfs-daemon/*",