Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow mounting from fstab with user option #8

Closed
n-st opened this issue May 14, 2018 · 1 comment
Closed

Allow mounting from fstab with user option #8

n-st opened this issue May 14, 2018 · 1 comment

Comments

@n-st
Copy link
Contributor

n-st commented May 14, 2018

It would be useful to be able to add a studip-fuse mount to /etc/fstab and mount it on demand (through the noauto and user mount options):

studip-fuse#doe123    /home/johndoe/StudIP.fuse    fuse    noauto,user,ro,allow-other,uid=1000,gid=1000,pwfile=/home/johndoe/.config/studip-fuse/.studip-pw

Problem: Unfortunately, this is impossible at the moment: the user option "implies the options noexec, nosuid, and nodev" (see man 8 mount), which causes studip-fuse to abort:

studip-fuse: error: unrecognized arguments: --noexec

Solution: Since studip-fuse doesn't produce virtual files with executable, suid, or device attributes anyway, both the positive (--exec) and negative (--noexec) can be simply ignored without causing any problems.

@N-Coder
Copy link
Owner

N-Coder commented May 23, 2018

Fixed by #9

@N-Coder N-Coder closed this as completed May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants