2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 22:05:27 +00:00

abstractions/X: allow reading the Xauth file mutter passes to Xwayland.

Bug-Debian: https://bugs.debian.org/935058

Applications running under Xwayland in a GNOME+Wayland session need read access
to this file since:

  a8984a81c2

… that was first included in mutter 3.33.3.

This rule is presumably only needed for GNOME+Wayland sessions, so one could
argue that it should live in abstractions/wayland instead, but Jamie argued that
it should be in the X abstraction because Xwayland is a X server.
This commit is contained in:
intrigeri
2019-09-08 07:35:00 +00:00
parent 33c5f61c75
commit c006f79141

View File

@@ -53,5 +53,8 @@
/etc/X11/cursors/ r,
/etc/X11/cursors/** r,
# Xwayland
owner /run/user/*/.mutter-Xwaylandauth.* r,
# Include additions to the abstraction
#include if exists <abstractions/X.d>