update apparmor profiles

This commit is contained in:
Mikhail Morfikov 2021-08-18 11:05:43 +02:00 committed by Alexandre Pujol
parent fb63699153
commit 9eecac80a2
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
44 changed files with 520 additions and 47 deletions

View file

@ -87,8 +87,11 @@ profile xorg @{exec_path} flags=(attach_disconnected) {
# TMP files
/tmp/ r,
owner /tmp/.X11-unix/ rw,
owner /tmp/.X11-unix/X* rwk,
# These are only needed when using abstract sockets. When Xserver is started with
# "-nolisten local" , you don't need the following rules.
#owner /tmp/.X11-unix/ rw,
#owner /tmp/.X11-unix/X* rwk,
#
owner /tmp/.tX[0-9]-lock rwk,
owner /tmp/.X[0-9]-lock rwkl -> /tmp/.tX[0-9]-lock,
owner /tmp/server-* rwk,