mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +01:00
fix: do not force early load of userdbd as it can cause issues.
This commit is contained in:
parent
79a3bb1ea8
commit
7cbf8a8f9b
2 changed files with 4 additions and 8 deletions
|
@ -42,18 +42,17 @@ systemctl is-active -q apparmor && systemctl reload apparmor ||:
|
|||
%config /etc/apparmor.d/
|
||||
/usr/bin/aa-log
|
||||
|
||||
%dir /usr/lib/systemd/system/dbus-broker.service.d/
|
||||
%dir /usr/lib/systemd/system/dbus.service.d/
|
||||
%dir /usr/lib/systemd/system/dbus-broker.service.d
|
||||
%dir /usr/lib/systemd/system/dbus.service.d
|
||||
%dir /usr/lib/systemd/system/haveged.service.d
|
||||
%dir /usr/lib/systemd/system/multipathd.service.d
|
||||
%dir /usr/lib/systemd/system/pcscd.service.d
|
||||
%dir /usr/lib/systemd/system/systemd-journald.service.d
|
||||
%dir /usr/lib/systemd/system/systemd-networkd.service.d
|
||||
%dir /usr/lib/systemd/system/systemd-timesyncd.service.d
|
||||
%dir /usr/lib/systemd/system/systemd-userdbd.service.d
|
||||
%dir /usr/lib/systemd/user/at-spi-dbus-bus.service.d
|
||||
%dir /usr/lib/systemd/user/dbus-broker.service.d/
|
||||
%dir /usr/lib/systemd/user/dbus.service.d/
|
||||
%dir /usr/lib/systemd/user/dbus-broker.service.d
|
||||
%dir /usr/lib/systemd/user/dbus.service.d
|
||||
%dir /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service.d
|
||||
%dir /usr/share/zsh
|
||||
%dir /usr/share/zsh/site-functions
|
||||
|
@ -66,7 +65,6 @@ systemctl is-active -q apparmor && systemctl reload apparmor ||:
|
|||
/usr/lib/systemd/system/systemd-journald.service.d/apparmor.conf
|
||||
/usr/lib/systemd/system/systemd-networkd.service.d/apparmor.conf
|
||||
/usr/lib/systemd/system/systemd-timesyncd.service.d/apparmor.conf
|
||||
/usr/lib/systemd/system/systemd-userdbd.service.d/apparmor.conf
|
||||
/usr/lib/systemd/user/at-spi-dbus-bus.service.d/apparmor.conf
|
||||
/usr/lib/systemd/user/dbus-broker.service.d/apparmor.conf
|
||||
/usr/lib/systemd/user/dbus.service.d/apparmor.conf
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[Unit]
|
||||
After=apparmor.service
|
Loading…
Reference in a new issue