fix: do not force early load of userdbd as it can cause issues.

This commit is contained in:
Alexandre Pujol 2024-03-21 23:22:08 +00:00
parent 79a3bb1ea8
commit 7cbf8a8f9b
Failed to generate hash of commit
2 changed files with 4 additions and 8 deletions

View file

@ -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

View file

@ -1,2 +0,0 @@
[Unit]
After=apparmor.service