toxcore icon indicating copy to clipboard operation
toxcore copied to clipboard

Restrict bootstrapd behavior in systemd service file

Open benwaffle opened this issue 8 years ago • 0 comments

See this reddit comment and check out systemd.exec(5)

You just add some lines such as:

PrivateTmp=yes
PrivateDevices=yes
PrivateNetwork=yes
ProtectSystem=full
ProtectHome=yes
NoNewPrivileges=yes

benwaffle avatar Sep 04 '16 22:09 benwaffle