gocryptfs icon indicating copy to clipboard operation
gocryptfs copied to clipboard

With firejail i don't can open any file with double-click

Open KonoromiHimaries opened this issue 1 year ago • 2 comments

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

KonoromiHimaries avatar Jul 16 '23 16:07 KonoromiHimaries

It's a firejail problem.

jumoog avatar Jul 18 '23 10:07 jumoog

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's EPERM
  • Everything except EACCES is treated as a hard error.

rusty-snake avatar Jul 18 '23 12:07 rusty-snake

Discussed upstream at https://github.com/netblue30/firejail/issues/3798

rfjakob avatar Apr 27 '24 19:04 rfjakob