]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: don't turn off installation of our PAM snippets
authorLennart Poettering <lennart@poettering.net>
Tue, 19 Dec 2023 20:40:32 +0000 (21:40 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Dec 2023 18:14:43 +0000 (19:14 +0100)
Otherwise we don't get the new PAM snippet for the uid0 PAM stack
installed.

mkosi.images/base/mkosi.build.chroot

index b60ed8d73129c4be9b371fcd1aeed549433462be..9524fdb103a6bc4f940e1671990e5b3fadcb4d96 100755 (executable)
@@ -70,7 +70,7 @@ if [ ! -f "$BUILDDIR"/build.ninja ]; then
         -D tests=unsafe
         -D slow-tests="${SLOW_TESTS:-false}"
         -D create-log-dirs=false
-        -D pamconfdir=no
+        -D pamconfdir=/usr/lib/pam.d/
         -D utmp=true
         -D hibernate=true
         -D ldconfig=true