A GUI tool built with Rust and egui to generate Sandboxie Plus access rules, simulating the premium "Privacy Mode" feature for non premium users.
It provides a user friendly graphical interface to define allowed files; it then automatically generates the necessary Sandboxie Plus configuration rules (.ini format) that achieve a similar outcome: blocking files by default and only permitting access to the files you've explicitly whitelisted.
This allows users without a premium membership to use a whitelist sandboxing approach.
- Clone the repository
git clone https://github.com/jameender/sandboxie-whitelist
cd sandboxie-whitelist- Compile and run the project
cargo run --release