|
|
|
|
|
by stormbrew
1616 days ago
|
|
You can't mount even a fuse filesystem without root privileges (or an equivalent narrow capability). Mount is a privileged operation in linux, and it has to be for the reasons I've outlined. In plan9 mount is not a privileged operation. Anyone can do it at any time for any reason. It does not impact or interact with the security of the system (except that you can implicitly remove access to things by unmounting them). |
|
Last time I ran into the “edit an ext4 image as an unprivileged user” problem I used a small VM.
There are people trying to fix this problem and there’s a legitimate reason why it’s hard: https://lwn.net/Articles/755593/
IIRC the patches needed for what’s described in that article are already there on Ubuntu.