feat(profile): use profile variable in rules such as in dbus, ptrace, unix...

This commit is contained in:
Alexandre Pujol 2025-05-26 01:17:14 +02:00
parent f717ea7383
commit 04b6cade64
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
72 changed files with 152 additions and 151 deletions

View file

@ -24,7 +24,7 @@ profile chsh @{exec_path} {
network netlink raw,
#aa:dbus talk bus=system name=org.freedesktop.home1 label=systemd-homed
#aa:dbus talk bus=system name=org.freedesktop.home1 label="@{p_systemd_homed}"
@{exec_path} mr,

View file

@ -34,7 +34,7 @@ profile login @{exec_path} flags=(attach_disconnected) {
ptrace read,
#aa:dbus talk bus=system name=org.freedesktop.login1 label=systemd-logind
#aa:dbus talk bus=system name=org.freedesktop.login1 label="@{p_systemd_logind}"
@{exec_path} mr,