feat(profile): add some missing proc access.

Due to recent changes in base-strict.
This commit is contained in:
Alexandre Pujol 2025-08-29 19:55:42 +02:00
parent 61d8cee932
commit 5d1ef40877
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 6 additions and 3 deletions

View file

@ -19,6 +19,7 @@
@{sys}/devices/system/node/node@{int}/meminfo r,
@{PROC}/ r,
@{PROC}/@{pid}/status r,
@{PROC}/@{pids}/cgroup r,
@{PROC}/@{pids}/cmdline r,
@{PROC}/@{pids}/environ r,

View file

@ -42,9 +42,10 @@ profile gdm-generate-config @{exec_path} {
@{sys}/devices/system/node/node@{int}/meminfo r,
@{PROC}/ r,
@{PROC}/@{pid}/cgroup r,
@{PROC}/@{pid}/cmdline r,
@{PROC}/@{pid}/stat r,
@{PROC}/@{pids}/cgroup r,
@{PROC}/@{pids}/cmdline r,
@{PROC}/@{pids}/status r,
@{PROC}/@{pids}/stat r,
@{PROC}/uptime r,
profile pgrep {

View file

@ -105,6 +105,7 @@ profile htop @{exec_path} {
@{PROC}/@{pids}/comm r,
@{PROC}/@{pids}/environ r,
@{PROC}/@{pids}/io r,
@{PROC}/@{pids}/maps r,
@{PROC}/@{pids}/mounts r,
@{PROC}/@{pids}/net/dev r,
@{PROC}/@{pids}/oom_{,score_}adj r,