[GH-ISSUE #1645] Cannot open files from EncFS #1110

Closed
opened 2026-05-05 07:28:03 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @N-siege on GitHub (Nov 14, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1645

I'm unable to open files from a EncFS directory using Firejail's whitelist. Although #1560 solves the problem, I would like to not have to use allow_root in EncFS.

Using --debug-whitelists:

Removed whitelist/nowhitelist path: whitelist ${HOME}/EncFS/Downloads
	expanded: /home/user/EncFS/Downloads
	real path: (null)
	realpath: Permission denied

Is possible fix it?

Originally created by @N-siege on GitHub (Nov 14, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1645 I'm unable to open files from a EncFS directory using Firejail's whitelist. Although #1560 solves the problem, I would like to not have to use `allow_root` in EncFS. Using `--debug-whitelists`: ``` Removed whitelist/nowhitelist path: whitelist ${HOME}/EncFS/Downloads expanded: /home/user/EncFS/Downloads real path: (null) realpath: Permission denied ``` Is possible fix it?
gitea-mirror 2026-05-05 07:28:03 -06:00
Author
Owner

@netblue30 commented on GitHub (Nov 18, 2017):

I'll try it out, maybe it's working.

<!-- gh-comment-id:345448252 --> @netblue30 commented on GitHub (Nov 18, 2017): I'll try it out, maybe it's working.
Author
Owner

@netblue30 commented on GitHub (Dec 18, 2017):

I've found this description in man encfs:

By default, all FUSE based filesystems are visible only to the user who mounted them. No other users (including root) can view the filesystem contents.

You need to use allow_root. It applies to all filesystems based on FUSE.

<!-- gh-comment-id:352424957 --> @netblue30 commented on GitHub (Dec 18, 2017): I've found this description in man encfs: > By default, all FUSE based filesystems are visible only to the user who mounted them. No other users (including root) can view the filesystem contents. You need to use allow_root. It applies to all filesystems based on FUSE.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1110
No description provided.