[GH-ISSUE #6914] encrypted home #3419

Open
opened 2026-05-05 09:59:25 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @vinniec2 on GitHub (Sep 29, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6914

Question

I like to use firejail to also have separate program files with “--private=/dir”.
Lately, I've also been thinking about protecting these configurations by encrypting them.
I thought of Veracrypt, which seems to be able to hide volumes (I need to investigate further).
However, it would be a bit inconvenient to do this trough another software for every program and unsafe to do it for all program configurations together.
I thought that since I already have to launch firejail every time, it would be more convenient if it acted trabsparently as an interface for this feature.

Describe the solution you'd like

If there were a firejail parameter such as “--private-crypt=/dir” that then asks you for a password before starting the program, it would be very convenient.
Firejail should work as it already does, but it should use an encrypted volume for isolated software files.

Describe alternatives you've considered

Manually script the volume decryption to make it available to firejail before starting it. It would be a bit uncomfortable.

Additional context

I still need to investigate how encrypted hidden volumes work, so I don't know if it would be applicable, but it would be nice if the data couldn't even be seen.

Originally created by @vinniec2 on GitHub (Sep 29, 2025). Original GitHub issue: https://github.com/netblue30/firejail/issues/6914 ### Question I like to use firejail to also have separate program files with “--private=/dir”. Lately, I've also been thinking about protecting these configurations by encrypting them. I thought of Veracrypt, which seems to be able to hide volumes (I need to investigate further). However, it would be a bit inconvenient to do this trough another software for every program and unsafe to do it for all program configurations together. I thought that since I already have to launch firejail every time, it would be more convenient if it acted trabsparently as an interface for this feature. ### Describe the solution you'd like If there were a firejail parameter such as “--private-crypt=/dir” that then asks you for a password before starting the program, it would be very convenient. Firejail should work as it already does, but it should use an encrypted volume for isolated software files. ### Describe alternatives you've considered Manually script the volume decryption to make it available to firejail before starting it. It would be a bit uncomfortable. ### Additional context I still need to investigate how encrypted hidden volumes work, so I don't know if it would be applicable, but it would be nice if the data couldn't even be seen.
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#3419
No description provided.