Commit e94bd6f3 authored by Joachim Fasting's avatar Joachim Fasting
Browse files

cjdns service: protect /home and /tmp

parent 5fba5866
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -248,6 +248,9 @@ in
      serviceConfig = {
        Type = "forking";
        Restart = "on-failure";

        ProtectHome = true;
        PrivateTmp = true;
      };
    };