2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

abstractions/X: allow reading /usr/share/xkeyboard-config-*/

/usr/share/X11/xkb/ was moved to /usr/share/xkeyboard-config-2/ in
xkeyboard-config 2.45, see
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/ChangeLog.md?ref_type=heads#breaking-changes-2

The old location was covered by the /usr/share/X11/** rule.

Fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1246743
This commit is contained in:
Christian Boltz 2025-07-18 23:00:42 +02:00
parent ad16a5c5c0
commit 238221f379
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

View File

@ -48,6 +48,8 @@
/usr/share/X11/** r,
/usr/X11R6/**.so* mr,
/usr/share/xkeyboard-config-[2-9]/** r,
# EGL
/usr/lib/@{multiarch}/egl/*.so* mr,