mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-26 04:48:27 +01:00
fix(profile): set dettached flag on some systemd services.
should fix #630
This commit is contained in:
parent
f21006dfd2
commit
70c06a0547
1 changed files with 4 additions and 4 deletions
|
@ -309,7 +309,7 @@ systemd-ask-password complain
|
|||
systemd-binfmt attach_disconnected,complain
|
||||
systemd-cgls complain
|
||||
systemd-cgtop complain
|
||||
systemd-cryptsetup complain
|
||||
systemd-cryptsetup attach_disconnected,complain
|
||||
systemd-dissect attach_disconnected,complain
|
||||
systemd-escape complain
|
||||
systemd-generator-bless-boot attach_disconnected,complain
|
||||
|
@ -327,8 +327,8 @@ systemd-generator-integritysetup attach_disconnected,complain
|
|||
systemd-generator-ostree attach_disconnected,complain
|
||||
systemd-generator-run attach_disconnected,complain
|
||||
systemd-generator-system-update attach_disconnected,complain
|
||||
systemd-generator-user-autostart complain
|
||||
systemd-generator-user-environment complain
|
||||
systemd-generator-user-autostart attach_disconnected,complain
|
||||
systemd-generator-user-environment attach_disconnected,complain
|
||||
systemd-generator-veritysetup attach_disconnected,complain
|
||||
systemd-homed attach_disconnected,complain
|
||||
systemd-homework complain
|
||||
|
@ -342,7 +342,7 @@ systemd-shutdown complain
|
|||
systemd-sleep-tlp complain
|
||||
systemd-socket-proxyd complain
|
||||
systemd-udevd attach_disconnected,complain
|
||||
systemd-user-sessions complain
|
||||
systemd-user-sessions attach_disconnected,complain
|
||||
systemd-userwork attach_disconnected,complain
|
||||
systemsettings complain
|
||||
telegram-desktop complain
|
||||
|
|
Loading…
Reference in a new issue