diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-23 19:51:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-23 19:51:07 +0000 |
commit | 9ccdc398536c3566c8f81a1169dd70a763e347c6 (patch) | |
tree | 874a689589b49d71c251de0d5373d6dbfcd14b7d /perl-install/standalone/finish-install | |
parent | 673cc1f09ca5b9bf9adfb01fada7d04c5663d069 (diff) | |
download | drakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.tar drakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.tar.gz drakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.tar.bz2 drakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.tar.xz drakx-9ccdc398536c3566c8f81a1169dd70a763e347c6.zip |
(encrypt_home) add a FIXME note about missing parameter
(spot by perl_checker)
Diffstat (limited to 'perl-install/standalone/finish-install')
-rwxr-xr-x | perl-install/standalone/finish-install | 1 |
1 files changed, 1 insertions, 0 deletions
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 }, |