mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
mkosi: don't turn off installation of our PAM snippets
Otherwise we don't get the new PAM snippet for the uid0 PAM stack installed.
This commit is contained in:
parent
1072d94731
commit
b0936baf11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user