feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-10-04 21:11:13 +01:00
parent d0a8030af8
commit ac47e292ac
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
15 changed files with 44 additions and 37 deletions

View file

@ -9,8 +9,19 @@ include <tunables/global>
@{exec_path} = /{usr/,}bin/busctl
profile busctl @{exec_path} {
include <abstractions/base>
include <abstractions/nameservice-strict>
ptrace (read),
@{exec_path} mr,
/{usr/,}bin/less rPx -> child-pager,
/{usr/,}bin/more rPx -> child-pager,
/{usr/,}bin/pager rPx -> child-pager,
@{PROC}/@{pids}/cgroup r,
@{PROC}/@{pids}/comm r,
@{PROC}/@{pids}/stat r,
include if exists <local/busctl>
}