[GH-ISSUE #321] EncFS integration #225

Closed
opened 2026-05-05 05:21:18 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @netblue30 on GitHub (Feb 24, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/321

From wordpress:

When I have an encrypted folder mounted using cryptkeeper (which uses EncFS), when I blacklist the mount point for a specific program, the program can see into the directory anyway. The process works fine using the .profile files in HOME$/.config/firejail/firefox.profile for any other folder, it is just ineffective on the mounted path of the encrypted volume, and lets the program see right in there and access all contents. I have tested this every way and there must be a solution somewhere.

Originally created by @netblue30 on GitHub (Feb 24, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/321 From wordpress: When I have an encrypted folder mounted using cryptkeeper (which uses EncFS), when I blacklist the mount point for a specific program, the program can see into the directory anyway. The process works fine using the .profile files in HOME$/.config/firejail/firefox.profile for any other folder, it is just ineffective on the mounted path of the encrypted volume, and lets the program see right in there and access all contents. I have tested this every way and there must be a solution somewhere.
gitea-mirror 2026-05-05 05:21:18 -06:00
Author
Owner

@chiraag-nataraj commented on GitHub (Aug 19, 2018):

Tested with the following:

$ encfs ~/.crypt ~/crypt
$ firejail --blacklist=~/crypt
$ ls -lh ~/crypt
ls: cannot open directory 'crypt/': Permission denied

It seems that this issue has been resolved.

<!-- gh-comment-id:414129539 --> @chiraag-nataraj commented on GitHub (Aug 19, 2018): Tested with the following: ``` $ encfs ~/.crypt ~/crypt $ firejail --blacklist=~/crypt $ ls -lh ~/crypt ls: cannot open directory 'crypt/': Permission denied ``` It seems that this issue has been resolved.
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#225
No description provided.