Comment 6 for bug 1243339

Revision history for this message
Tyler Hicks (tyhicks) wrote : Re: [Bug 1243339] Re: In guest-session guest has read-access to /home

On 2013-10-22 18:46:37, Marc Deslauriers wrote:
> We'll probably need to also add the following to
> data/apparmor/abstractions/lightdm:
>
> # Allow all DBus communications
> dbus,

After giving this some more thought, it is best to include the dbus
abstractions:

  # Allow all DBus communications
  #include <abstractions/dbus>
  #include <abstractions/dbus-session>
  #include <abstractions/dbus-accessibility>

This is needed because <abstractions/dbus> grants access to UNIX domain
socket for the system bus.