mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
feat(kde): improve integration with various launcher.
This commit is contained in:
parent
0e21955b0e
commit
0edde44e1d
3 changed files with 8 additions and 1 deletions
|
@ -15,6 +15,10 @@ profile kwin_x11 @{exec_path} {
|
||||||
include <abstractions/mesa>
|
include <abstractions/mesa>
|
||||||
include <abstractions/nameservice-strict>
|
include <abstractions/nameservice-strict>
|
||||||
|
|
||||||
|
network inet dgram,
|
||||||
|
network inet6 dgram,
|
||||||
|
network netlink raw,
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
/{usr/,}lib/kwin_killer_helper rix,
|
/{usr/,}lib/kwin_killer_helper rix,
|
||||||
|
|
|
@ -20,12 +20,13 @@ profile startplasma-x11 @{exec_path} {
|
||||||
|
|
||||||
/usr/share/color-schemes/{,**} r,
|
/usr/share/color-schemes/{,**} r,
|
||||||
/usr/share/desktop-directories/{,**} r,
|
/usr/share/desktop-directories/{,**} r,
|
||||||
|
/usr/share/icu/{,**} r,
|
||||||
/usr/share/knotifications5/{,**} r,
|
/usr/share/knotifications5/{,**} r,
|
||||||
/usr/share/kservices5/{,**} r,
|
/usr/share/kservices5/{,**} r,
|
||||||
/usr/share/kservicetypes5/{,**} r,
|
/usr/share/kservicetypes5/{,**} r,
|
||||||
/usr/share/mime/{,**} r,
|
/usr/share/mime/{,**} r,
|
||||||
/usr/share/plasma/{,**} r,
|
/usr/share/plasma/{,**} r,
|
||||||
/usr/share/qt/translations/*.qm r,
|
/usr/share/qt*/translations/*.qm r,
|
||||||
|
|
||||||
/etc/xdg/menus/{,*.menu} r,
|
/etc/xdg/menus/{,*.menu} r,
|
||||||
/etc/machine-id r,
|
/etc/machine-id r,
|
||||||
|
|
|
@ -28,10 +28,12 @@ profile xdm-xsession @{exec_path} {
|
||||||
/{usr/,}bin/ssh-agent rix,
|
/{usr/,}bin/ssh-agent rix,
|
||||||
/{usr/,}bin/tty rix,
|
/{usr/,}bin/tty rix,
|
||||||
/{usr/,}bin/uname rix,
|
/{usr/,}bin/uname rix,
|
||||||
|
/{usr/,}bin/tr rix,
|
||||||
|
|
||||||
/{usr/,}bin/dbus-update-activation-environment rCx -> dbus,
|
/{usr/,}bin/dbus-update-activation-environment rCx -> dbus,
|
||||||
/{usr/,}bin/flatpak rPUx,
|
/{usr/,}bin/flatpak rPUx,
|
||||||
/{usr/,}bin/pidof rPx,
|
/{usr/,}bin/pidof rPx,
|
||||||
|
/{usr/,}bin/startplasma-x11 rPx,
|
||||||
/{usr/,}bin/systemctl rPx -> child-systemctl,
|
/{usr/,}bin/systemctl rPx -> child-systemctl,
|
||||||
/{usr/,}bin/xdg-user-dirs-update rPx,
|
/{usr/,}bin/xdg-user-dirs-update rPx,
|
||||||
/{usr/,}bin/xrdb rPx,
|
/{usr/,}bin/xrdb rPx,
|
Loading…
Reference in a new issue