From 9ccdc398536c3566c8f81a1169dd70a763e347c6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 23 Mar 2012 19:51:07 +0000 Subject: (encrypt_home) add a FIXME note about missing parameter (spot by perl_checker) --- perl-install/standalone/finish-install | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/standalone/finish-install') diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install index a57c42a63..f0980869d 100755 --- a/perl-install/standalone/finish-install +++ b/perl-install/standalone/finish-install @@ -214,6 +214,7 @@ sub encrypt_home { s/^volume $user->{name}.*//; $_ .= "volume $user->{name} crypt - $device $home - - -\n" if eof; } $::prefix . '/etc/security/pam_mount.conf'; + # FIXME: missing parameter authentication::set_pam_authentication('mount'); run_program::raw({ root => $::prefix, sensitive_arguments => 1 }, -- cgit v1.2.1