feat(profile): more kde integration.

fix #442
This commit is contained in:
Alexandre Pujol 2024-08-28 18:30:39 +01:00
parent 96d774a9eb
commit 1655a9f5ab
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
25 changed files with 120 additions and 32 deletions

View file

@ -28,6 +28,8 @@ profile su @{exec_path} {
@{etc_ro}/default/su r,
@{HOME}/.xauth@{rand6} rw,
include if exists <local/su>
}

View file

@ -10,6 +10,7 @@ include <tunables/global>
@{exec_path} = @{bin}/xauth
profile xauth @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
@{exec_path} mr,

View file

@ -10,14 +10,13 @@ include <tunables/global>
@{exec_path} = @{bin}/xclip
profile xclip @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/X-strict>
network unix stream,
@{exec_path} mr,
deny /dev/tty rw,
include if exists <local/xclip>
}