Enabling debug il pam_mount I can see the command executed is

  $ mount.fuse encfs#/home/ack/.crypt /home/ack/Documents/private
-onosuid,nodev,allow_root

which gives the same behaviour as described previously:

  encfs on /home/ack/Documents/private type fuse.encfs
(rw,nosuid,nodev,default_permissions,user=ack)

Adding a space between -o and options gives this:

  encfs on /home/ack/Documents/private type fuse.encfs
(rw,nosuid,nodev,allow_other,default_permissions,user=ack)

This seems to be a fuse-utils bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/670865

Title:
  pam_mount not honoring options from user config file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to