Package: libpam-mount Version: 0.40-1 Severity: normal Tags: patch The new version of /etc/security/pam_mount.conf.xml uses mount.crypt instead of mount -t crypt. The command line should be updated too, since -o has to come last in the command, otherwise the mounting fails
-- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.25 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libpam-mount depends on: ii debconf 1.5.22 Debian configuration management sy ii libc6 2.7-12 GNU C Library: Shared libraries ii libhx13 1.18-1 A library providing queue, tree, I ii libpam0g 0.99.7.1-6 Pluggable Authentication Modules l ii libssl0.9.8 0.9.8g-10.1 SSL shared libraries ii libxml-writer-perl 0.604-1 Perl module for writing XML docume ii libxml2 2.6.32.dfsg-2 GNOME XML library ii mount 2.13.1.1-1 Tools for mounting and manipulatin libpam-mount recommends no packages. -- debconf information: * libpam-mount/convert-xml-config: true
74,75c74,75 < <cryptmount>mount.crypt < %(VOLUME) %(MNTPT) "%(ifnempty=\"-o\" OPTIONS)" %(OPTIONS)</cryptmount> --- > <cryptmount>mount.crypt "%(ifnempty=\"-o\" OPTIONS)" %(OPTIONS) > %(VOLUME) %(MNTPT)</cryptmount>