data/apparmor/lightdm-guest-session.in: Allow l operation on /run/use… #319
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…r/*/ICEauthority-l.
This resolves long login delays into X11 guest sessions when using
Arctica Greeter (forked from Unity Greeter). While waiting for the
desktop to appear, the screen stays black and a non-WM'ed dialog box
appears on screen, saying: "Could not update ICEauthority file
/run/user//ICEauthority".
When testing with MATE desktop, apparmor denies esp. creating this link
operation:
operation="link" class="file" profile="/lightdm-guest-session"
name="/run/user/997/ICEauthority-l" pid= comm="mate-session"
requested_mask="l" denied_mask="l" fsuid= ouid=
target="/run/user//ICEauthority-c"
Similar in Xfce4:
operation="link" class="file" profile="/lightdm-guest-session"
name="/run/user/997/ICEauthority-l" pid= comm="iceauth"
requested_mask="l" denied_mask="l" fsuid= ouid=
target="/run/user//ICEauthority-c"