diff options
Diffstat (limited to 'remote/modules/pam')
| -rw-r--r-- | remote/modules/pam/pam.build | 5 | ||||
| -rw-r--r-- | remote/modules/pam/pam.conf | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/remote/modules/pam/pam.build b/remote/modules/pam/pam.build index 4392e64d..f9a3a213 100644 --- a/remote/modules/pam/pam.build +++ b/remote/modules/pam/pam.build @@ -7,5 +7,8 @@ build() { } post_copy() { - : + if [ ! -d "${TARGET_BUILD_DIR}/run/rpc_pipefs" ]; then + mkdir -p "${TARGET_BUILD_DIR}/run/rpc_pipefs" || pwarning "Could not mkdir ${TARGET_BUILD_DIR}/run/rpc_pipefs" + fi + } diff --git a/remote/modules/pam/pam.conf b/remote/modules/pam/pam.conf index 94356d45..3239f9dd 100644 --- a/remote/modules/pam/pam.conf +++ b/remote/modules/pam/pam.conf @@ -23,7 +23,8 @@ REQUIRED_BINARIES=" mount.crypt umount.crypt_LUKS mount.crypto_LUKS umount.crypto_LUKS - perl" + rpc.gssd + rpc.idmapd" REQUIRED_SYSTEM_FILES=" /lib/security/pam_mount.so" REQUIRED_DIRECTORIES=" /lib /usr/lib |
