feat(profile): various minor update.

This commit is contained in:
Alexandre Pujol 2025-03-04 22:33:42 +01:00
parent d49e93523f
commit 334b48749a
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
21 changed files with 51 additions and 10 deletions

View file

@ -39,6 +39,8 @@ profile systemd-coredump @{exec_path} flags=(attach_disconnected,mediate_deleted
/etc/systemd/coredump.conf r,
/etc/systemd/coredump.conf.d/{,**} r,
owner @{HOME}/**.so r,
/var/lib/systemd/coredump/{,**} rwl,
@{PROC}/@{pids}/cgroup r,

View file

@ -17,7 +17,7 @@ profile systemd-update-utmp @{exec_path} flags=(attach_disconnected) {
network netlink raw,
unix (bind) type=stream addr=@@{udbus}/bus/systemd-update-/,
unix bind type=stream addr=@@{udbus}/bus/systemd-update-/,
@{exec_path} mr,

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{lib}/systemd/systemd-vconsole-setup
profile systemd-vconsole-setup @{exec_path} {
profile systemd-vconsole-setup @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>