1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

View file

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