We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da48f8a commit 9507a8dCopy full SHA for 9507a8d
mkosi.extra/usr/lib/tmpfiles.d/etc.conf
@@ -63,5 +63,11 @@ L? /etc/alternatives
63
# PackageKit does not run without /etc/PackageKit/ and GNOME stalls
64
# logout/reboot if it doesn't run.
65
L? /etc/PackageKit
66
-# ModemManager needds its dbus policy file
67
-L? /etc/dbus1/systemd.d/org.freedesktop.ModemManager1.conf
+# ModemManager/WPASupplicant/Flatpak need their dbus policy files
+L? /etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf
68
+L? /etc/dbus-1/system.d/wpa_supplicant.conf
69
+L? /etc/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
70
+# WPASupplicant also needs its configuration
71
+L? /etc/wpa_supplicant/wpa_supplicant.conf
72
+# Make sure flatpak's XDG_DATA_DIR integration works
73
+L?/etc/profile.d/flatpak.sh
0 commit comments