gocryptfs
gocryptfs copied to clipboard
With firejail i don't can open any file with double-click
With firejail i don't can open any file with double-click on external program, like. mpv, ristretto, xarchiver and other in the mounted folder.
https://github.com/netblue30/firejail#readme
need be run sudo firecfg
It's a firejail problem.
Summary of the problem FYI:
- firejail (SUID) searches for profile-files in a few directories, including the current working directory.
- If the cwd is a FUSE mount w/o
allow_root/allow_other, it get'sEPERM - Everything except
EACCESis treated as a hard error.
Discussed upstream at https://github.com/netblue30/firejail/issues/3798