SecureHome: Protect important files in Home Directory
Posted: Sun Nov 09, 2025 2:27 pm
I am creating SecureHome: FUSE FS for GNU/Linux OS with prompt for file operations. User can configure Secure Home to protect (for example): ~/.local/bin, autostart, ~/.mozilla or whole home. Few days earlier I added support for launching Plasma6/Wayland session and use Konsole app. When login for graphical session, helper to display prompt for file access are started. When we work on console session, console daemon on VT7 is started and switch to VT7 on requests to access of protected file. We use db to store permissions.
On prompt, user could select to remember choice for current session or permanently. He could also on prompt add additional rights for program to access an requests file.
Currently we are in early beta. Sometimes it made system hang, so do not use it on production - just test, if you can.
Watch:
https://youtu.be/bGgKMqnzHSg
https://youtu.be/c7Zp2UFbBlU
https://youtu.be/PHxn57SIGdc
Use case:
- Protect creating sudo wrapper inside ~/.local/bin
- Protect Firefox profile (access cookies, extensions, etc.)
- Protection of full home (.profile, etc.)
- Protect autostart
- Etc.
Again: Do not use it on production - just test. It is not finished yet.
Link to project page: https://sourceforge.net/projects/secure-home/ .
Edit1: Watch this https://youtu.be/A5La9L0nGZw . Installation is simpler and some bugs were removed.
On prompt, user could select to remember choice for current session or permanently. He could also on prompt add additional rights for program to access an requests file.
Currently we are in early beta. Sometimes it made system hang, so do not use it on production - just test, if you can.
Watch:
https://youtu.be/bGgKMqnzHSg
https://youtu.be/c7Zp2UFbBlU
https://youtu.be/PHxn57SIGdc
Use case:
- Protect creating sudo wrapper inside ~/.local/bin
- Protect Firefox profile (access cookies, extensions, etc.)
- Protection of full home (.profile, etc.)
- Protect autostart
- Etc.
Again: Do not use it on production - just test. It is not finished yet.
Link to project page: https://sourceforge.net/projects/secure-home/ .
Edit1: Watch this https://youtu.be/A5La9L0nGZw . Installation is simpler and some bugs were removed.