feat(profile): minor improvements.

This commit is contained in:
Alexandre Pujol 2025-03-07 00:07:11 +01:00
parent da7958a2f9
commit b623dc4a77
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
13 changed files with 22 additions and 16 deletions

View file

@ -24,8 +24,6 @@ profile chsh @{exec_path} {
network netlink raw,
unix type=stream addr=@@{udbus}/bus/chsh/system,
#aa:dbus talk bus=system name=org.freedesktop.home1 label=systemd-homed
@{exec_path} mr,

View file

@ -32,8 +32,6 @@ profile login @{exec_path} flags=(attach_disconnected) {
signal (send) set=(hup term),
unix type=stream addr=@@{udbus}/bus/login/system,
ptrace read,
#aa:dbus talk bus=system name=org.freedesktop.login1 label=systemd-logind

View file

@ -19,8 +19,6 @@ profile su @{exec_path} {
signal (receive) set=(int,quit,term),
signal (receive) set=(cont,hup) peer=sudo,
unix (bind) type=dgram,
@{exec_path} mr,
@{bin}/@{shells} rUx,