feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2023-04-08 13:07:59 +01:00
parent 9a612f754c
commit 5ea6ede589
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
21 changed files with 49 additions and 19 deletions

View file

@ -13,10 +13,10 @@ profile networkctl @{exec_path} flags=(attach_disconnected) {
include <abstractions/dbus-strict>
capability net_admin,
capability sys_module,
# Needed? (#FIXME#)
audit capability sys_resource,
audit capability sys_module,
signal send peer=child-pager,
@ -27,7 +27,7 @@ profile networkctl @{exec_path} flags=(attach_disconnected) {
dbus send bus=system path=/org/freedesktop/network[0-9]
interface=org.freedesktop.DBus.Properties
member=Get
peer=(name=org.freedesktop.network[0-9]),
peer=(name=org.freedesktop.network1),
@{exec_path} mr,

View file

@ -14,6 +14,7 @@ profile systemd-coredump @{exec_path} flags=(attach_disconnected,mediate_deleted
include <abstractions/openssl>
include <abstractions/systemd-common>
capability dac_override,
capability dac_read_search,
capability net_admin,
capability setgid,