mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
parent
c27ec457d0
commit
796cf32076
5 changed files with 11 additions and 0 deletions
|
@ -19,6 +19,8 @@ profile baloorunner @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/dolphin rPx,
|
||||
|
||||
/usr/share/hwdata/*.ids r,
|
||||
/usr/share/icu/@{int}.@{int}/*.dat r,
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@ profile dolphin @{exec_path} {
|
|||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/qt5>
|
||||
include <abstractions/vulkan>
|
||||
include <abstractions/X-strict>
|
||||
|
||||
network netlink raw,
|
||||
|
||||
|
@ -27,6 +28,8 @@ profile dolphin @{exec_path} {
|
|||
|
||||
@{bin}/konsole rPUx,
|
||||
@{bin}/ldd rix,
|
||||
@{bin}/net rPUx,
|
||||
@{bin}/testparm rPUx,
|
||||
@{lib}/kf5/kioslave5 rPx,
|
||||
|
||||
/usr/share/kf5/kmoretools/{,**} r,
|
||||
|
|
|
@ -20,6 +20,7 @@ profile kauth-backlighthelper @{exec_path} {
|
|||
|
||||
@{sys}/class/backlight/ r,
|
||||
@{sys}/class/leds/ r,
|
||||
@{sys}/devices/@{pci}/backlight/**/brightness rw,
|
||||
|
||||
/dev/tty r,
|
||||
|
||||
|
|
|
@ -15,6 +15,8 @@ profile kiod5 @{exec_path} {
|
|||
include <abstractions/openssl>
|
||||
include <abstractions/vulkan>
|
||||
|
||||
network netlink raw,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/usr/share/icons/breeze/index.theme r,
|
||||
|
@ -33,6 +35,8 @@ profile kiod5 @{exec_path} {
|
|||
owner @{user_config_dirs}/ksslcertificatemanager.lock rwk,
|
||||
owner @{user_config_dirs}/kwinrc r,
|
||||
|
||||
owner @{PROC}/@{pid}/mounts r,
|
||||
|
||||
/dev/tty r,
|
||||
|
||||
include if exists <local/kiod5>
|
||||
|
|
|
@ -16,6 +16,7 @@ profile kioslave5 @{exec_path} {
|
|||
include <abstractions/freedesktop.org>
|
||||
include <abstractions/mesa>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/nvidia>
|
||||
include <abstractions/openssl>
|
||||
include <abstractions/qt5>
|
||||
include <abstractions/ssl_certs>
|
||||
|
|
Loading…
Reference in a new issue