feat(abs): add tty/drivers to pgrrep/pkill subprofiles.

see #811
This commit is contained in:
Alexandre Pujol 2025-08-15 10:38:15 +02:00
parent d51b386d13
commit b1b3ee8321
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 1 additions and 4 deletions

View file

@ -24,6 +24,7 @@
@{PROC}/@{pids}/environ r,
@{PROC}/@{pids}/stat r,
@{PROC}/sys/kernel/osrelease r,
@{PROC}/tty/drivers r,
@{PROC}/uptime r,
include if exists <abstractions/app/pgrep.d>

View file

@ -160,8 +160,6 @@ profile kded @{exec_path} {
include <abstractions/base>
include <abstractions/app/pgrep>
@{PROC}/tty/drivers r,
include if exists <local/kded_pgrep>
}

View file

@ -14,8 +14,6 @@ profile pgrep @{exec_path} {
@{exec_path} mr,
@{PROC}/tty/drivers r,
include if exists <local/pgrep>
}