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

@ -74,16 +74,10 @@ profile pass @{exec_path} {
profile pkill {
include <abstractions/base>
capability sys_ptrace,
ptrace read,
include <abstractions/app/pgrep>
@{bin}/pkill mr,
@{PROC}/@{pid}/cgroup r,
@{PROC}/tty/drivers r,
include if exists <local/pass_pkill>
}

View file

@ -10,6 +10,7 @@ include <tunables/global>
@{exec_path} = @{bin}/pinentry-qt
profile pinentry-qt @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/fontconfig-cache-read>
include <abstractions/graphics>
include <abstractions/kde-strict>