feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-11-29 12:02:38 +00:00
parent d52a7bd52a
commit 1e5d90afe8
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
19 changed files with 78 additions and 37 deletions

View file

@ -11,6 +11,7 @@ include <tunables/global>
profile nm-dispatcher @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/dbus-strict>
include <abstractions/nameservice-strict>
capability sys_nice,
@ -36,5 +37,7 @@ profile nm-dispatcher @{exec_path} flags=(attach_disconnected) {
owner @{PROC}/@{pid}/fd/ r,
/dev/tty rw,
include if exists <local/nm-dispatcher>
}