It's not possible to call fusermount
Bug #1673191 reported by
Leo Arias
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Confirmed
|
Medium
|
Unassigned |
Bug Description
IPFS has a feature to mount the distributed file system. It call's fusermount, and that's blocked by seccomp:
Time: Mar 15 11:09:39
Log: auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=18104 comm="fusermount" exe="/snap/
Syscall: setfsuid
= Seccomp =
Time: Mar 15 11:09:58
Log: auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=18109 comm="fusermount" exe="/snap/
Syscall: setfsuid
To post a comment you must log in.
This should simply be a matter of adding setfsuid to the fuse-support interface.