data/apparmor/lightdm-guest-session.in: Allow l operation on /run/use…#319
Open
sunweaver wants to merge 1 commit intoubuntu:mainfrom
Open
data/apparmor/lightdm-guest-session.in: Allow l operation on /run/use…#319sunweaver wants to merge 1 commit intoubuntu:mainfrom
sunweaver wants to merge 1 commit intoubuntu:mainfrom
Conversation
…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/<guest-uid>/ICEauthority". When testing with MATE desktop, apparmor denies esp. creating this link operation: operation="link" class="file" profile="<path-to>/lightdm-guest-session" name="/run/user/997/ICEauthority-l" pid=<pid> comm="mate-session" requested_mask="l" denied_mask="l" fsuid=<fsuid> ouid=<ouid> target="/run/user/<uidnumber>/ICEauthority-c" Similar in Xfce4: operation="link" class="file" profile="<path-to>/lightdm-guest-session" name="/run/user/997/ICEauthority-l" pid=<pid> comm="iceauth" requested_mask="l" denied_mask="l" fsuid=<fsuid> ouid=<ouid> target="/run/user/<uidnumber>/ICEauthority-c"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"