As of version 2.8.4, mount.fuse still does its own argument parsing.
Lines 141-146 of mount.fuse.c read:

                } else  if (strcmp(argv[i], "-o") == 0) {
                        char *opts;
                        char *opt;
                        i++;
                        if (i == argc)
                                break;

It doesn't handle squashed options.

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

Title:
  libpam-mount doesn't pass options to mount.fuse correctly

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to