cjdns service: protect /home and /tmp
This commit is contained in:
parent
5fba586650
commit
e94bd6f31d
|
@ -248,6 +248,9 @@ in
|
|||
serviceConfig = {
|
||||
Type = "forking";
|
||||
Restart = "on-failure";
|
||||
|
||||
ProtectHome = true;
|
||||
PrivateTmp = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue