Package: libpam-encfs Version: 0.1.4.1-4 Severity: normal
Hi there, maybe I am doing something wrong. I want to configure libpam-encfs to mount 2 directories on login. The reason is one of them has backups and the other one has no backups. I'm not able to do that because it seems that only the first one is mounted at login. I've made the following modifications: In /etc/security/pam_encfs.conf: #This specifies default encfs options -encfs_default --idle=1 +# encfs_default --idle=0 +vpablos /home/vpablos/secured/.encrypted-fs /home/vpablos/secured/encrypted -v allow_root +vpablos /home/vpablos/almacen/.encrypted-fs /home/vpablos/almacen/encrypted -v allow_root In /etc/rc.local: +# Set up encryption using enc-fs +# http://www.debian-administration.org/articles/204 +modprobe fuse In /etc/pam.d/common-session: +# From http://choffee.co.uk/ramble/2006/06/02/paranoia-at-home/ +session required pam_encfs.so In /etc/pam.d/common-auth: +# From http://choffee.co.uk/ramble/2006/06/02/paranoia-at-home/ +auth sufficient pam_encfs.so +auth required pam_unix.so nullok_secure use_first_pass In /etc/fuse.conf: # Allow non-root users to specify the 'allow_other' or 'allow_root' # mount options. # -#user_allow_other +user_allow_other I hope I have configured something wrong. Regards, Victor. -- System Information: Debian Release: 6.0.2 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'squeeze'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libpam-encfs depends on: ii encfs 1.7.2-1 encrypted virtual filesystem ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libpam0g 1.1.1-6.1 Pluggable Authentication Modules l libpam-encfs recommends no packages. libpam-encfs suggests no packages. -- Configuration Files: /etc/security/pam_encfs.conf changed: drop_permissions fuse_default allow_root,nonempty vpablos /home/vpablos/secured/.encrypted-fs /home/vpablos/secured/encrypted -v allow_root vpablos /home/vpablos/almacen/.encrypted-fs /home/vpablos/almacen/encrypted -v allow_root -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

