Results 1 to 2 of 2
I want to allow all users to mount a part of the filesystem which they own to a mount point which they own. How do i set such permissions?...
- 09-28-2009 #1Just Joined!
- Join Date
- Sep 2009
- Posts
- 12
allow users to mount --bind
I want to allow all users to mount a part of the filesystem which they own to a mount point which they own. How do i set such permissions?
- 10-10-2009 #2Just Joined!
- Join Date
- Sep 2009
- Posts
- 12
For allowing all users to mount everything can be done my editing /etc/sysctl.conf and adding a line vfs.usermount=1
What does this actually do? Is it safe? I dont want to allow mount everything. Its enough if users can mount the part of filesystem (--bind) to another provided they have permissions for both mount point and the rootdir.


Reply With Quote
