-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the manualbox wiki!
First install latest osxfuse following their guidelines. Remember to install the Macfuse Compatibility layer too.
Then download, and install the app from the DMG file.
To start the application from source:
On Linux:
./devscripts/manualbox
On Mac:
Click on the App icon like any other application.
If you are running the tool for the first time, it will create a new manualbox and mount it in ~/secured
directory, it will also give the you the password, please store it somewhere securely, as you will need it to mount the filesystem from the next time.
After selecting (or you can directly type) the mount path (must be an empty directory), you should type in the password, and then click on the Mount button.
Now, if you try to access any file, the tool will show a system notification, and you can either Allow or Deny via the following dialog.
Every time you allow a file access, you will also see the notification message via the system tray icon.
To exit the application, first click on the Unmount, and right click on the systray icon, and click on the Exit.
While the filesystem is mounted, the data is on the RAM. Means you should not put big files into this tool (mounted filesystem). Try to keep secrets, password files, or configuration files with plaintext passwords into this tool.
Note: remember to keep backups of any files used using this tool. As this is still beta software.
You can store your thuderbird profile into this tool. That way, thunderbird will ask for access when you start the application.
ls -l ~/.thunderbird/
# now find your right profile (most people have only one)
mv ~/.thunderbird/xxxxxx.default/logins.json ~/secured/
ln -s ~/secured/logins.json ~/.thunderbird/xxxxxx.default/logins.json
mv ~/.ssh/id_rsa ~/secured/
ln -s ~/secured/id_rsa ~/.ssh/id_rsa