mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
parent
fa4d065f52
commit
d192faf94a
8 changed files with 8 additions and 8 deletions
|
@ -39,7 +39,7 @@ profile at-spi-bus-launcher @{exec_path} flags=(attach_disconnected) {
|
|||
owner @{HOME}/.Xauthority r,
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
||||
owner /tmp/runtime-cb/xauth_?????? r,
|
||||
owner /tmp/runtime-*/xauth_?????? r,
|
||||
|
||||
owner @{run}/user/@{uid}/gdm/Xauthority r,
|
||||
|
||||
|
|
|
@ -89,7 +89,7 @@ profile at-spi2-registryd @{exec_path} flags=(attach_disconnected) {
|
|||
owner @{HOME}/.Xauthority r,
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
||||
owner /tmp/runtime-cb/xauth_?????? r,
|
||||
owner /tmp/runtime-*/xauth_?????? r,
|
||||
|
||||
owner @{run}/user/@{uid}/gdm/Xauthority r,
|
||||
|
||||
|
|
|
@ -163,7 +163,7 @@ profile xdg-desktop-portal-gtk @{exec_path} {
|
|||
owner @{HOME}/.icons/{,**} r,
|
||||
owner @{HOME}/@{XDG_DATA_HOME}/ r,
|
||||
|
||||
owner /tmp/runtime-cb/xauth_?????? r,
|
||||
owner /tmp/runtime-*/xauth_?????? r,
|
||||
|
||||
@{run}/mount/utab r,
|
||||
owner @{run}/user/@{uid}/.mutter-Xwaylandauth.[0-9A-Z]* rw,
|
||||
|
|
|
@ -18,7 +18,7 @@ profile xprop @{exec_path} {
|
|||
owner @{HOME}/.Xauthority r,
|
||||
owner @{HOME}/.icons/default/index.theme r,
|
||||
|
||||
owner /tmp/runtime-cb/xauth_?????? r,
|
||||
owner /tmp/runtime-*/xauth_?????? r,
|
||||
|
||||
# file_inherit
|
||||
owner /dev/tty[0-9]* rw,
|
||||
|
|
|
@ -31,7 +31,7 @@ profile xrdb @{exec_path} {
|
|||
owner @{user_config_dirs}/Xresources/* r,
|
||||
|
||||
owner /tmp/kcminit.* r,
|
||||
owner /tmp/runtime-cb/xauth_?????? r,
|
||||
owner /tmp/runtime-*/xauth_?????? r,
|
||||
owner /tmp/startplasma-x11.?????? r,
|
||||
owner /tmp/xauth-[0-9]*-_[0-9] r,
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ profile ksmserver @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
/{usr/,}bin/rm rix,
|
||||
|
||||
/{usr/,}lib/kscreenlocker_greet rPx,
|
||||
@{libexec}/kscreenlocker_greet rPx,
|
||||
|
||||
/usr/share/color-schemes/{,**} r,
|
||||
/usr/share/hwdata/pnp.ids r,
|
||||
|
|
|
@ -58,7 +58,7 @@ profile kwalletd5 @{exec_path} {
|
|||
owner @{user_share_dirs}/kwalletd/#[0-9]*[0-9] rw,
|
||||
|
||||
owner /tmp/kwalletd5.* rw,
|
||||
owner /tmp/runtime-cb/xauth_?????? r,
|
||||
owner /tmp/runtime-*/xauth_?????? r,
|
||||
|
||||
@{PROC}/sys/kernel/core_pattern r,
|
||||
owner @{PROC}/@{pid}/cmdline r,
|
||||
|
|
|
@ -32,7 +32,7 @@ profile xauth @{exec_path} {
|
|||
owner /tmp/serverauth.* rwl -> /tmp/serverauth.*-n,
|
||||
|
||||
owner @{run}/run/user/@{uid}/xauth_?????? r,
|
||||
owner /tmp/runtime-cb/xauth_?????? r,
|
||||
owner /tmp/runtime-*/xauth_?????? r,
|
||||
|
||||
include if exists <local/xauth>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue