cjdns service: protect /home and /tmp

This commit is contained in:
Joachim Fasting 2016-10-25 19:52:58 +02:00
parent 5fba586650
commit e94bd6f31d
1 changed files with 3 additions and 0 deletions

View File

@ -248,6 +248,9 @@ in
serviceConfig = {
Type = "forking";
Restart = "on-failure";
ProtectHome = true;
PrivateTmp = true;
};
};