mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 17:01:00 +01:00
allow reading /tmp/.X11-unix/* in abstractions/X
This is needed when starting X with "-nolisten local". References: https://bugs.launchpad.net/apparmor/+bug/1589823 Acked-by: Seth Arnold <seth.arnold@canonical.com> for trunk, 2.10 and 2.9
This commit is contained in:
parent
ed68e397aa
commit
0ffc0941a8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
owner /{,var/}run/user/*/gdm/Xauthority r,
|
||||
|
||||
# the unix socket to use to connect to the display
|
||||
/tmp/.X11-unix/* w,
|
||||
/tmp/.X11-unix/* rw,
|
||||
unix (connect, receive, send)
|
||||
type=stream
|
||||
peer=(addr="@/tmp/.X11-unix/X[0-9]*"),
|
||||
|
|
Loading…
Add table
Reference in a new issue