You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the service file can be hardened? My Debian Jessie box (Bananian Linux) use no systemd by default. Therefore I cannot dive into it at the moment. But my snippet should be a good start. Capabilities and syscalls whitelist are still missing. Some directives may be only available on newer systemd versions.
I managed to run The Onion Box as daemon with systemd (under Ubuntu 16.04) based on the wiki:
theonionbox
~theonionbox
andsudo chmod 755 ./theonionbox.py
~theonionbox/config/theonionbox.cfg
to your needssudo vi /etc/systemd/system/theonionbox.service
with the following content:sudo systemctl start theonionbox.service
sudo systemctl enable theonionbox.service
The text was updated successfully, but these errors were encountered: