feat(profiles): general update.
This commit is contained in:
parent
d0a8030af8
commit
ac47e292ac
15 changed files with 44 additions and 37 deletions
|
|
@ -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>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue