dnscrypt-proxy service: additional hardening

Run the daemon with private /home and /run/user to
prevent it from enumerating users on the system.
This commit is contained in:
Joachim Fasting 2016-03-23 20:42:01 +01:00
parent 4001917359
commit 03bdf8f03c

View File

@ -204,6 +204,7 @@ in
PrivateTmp = true;
PrivateDevices = true;
ProtectHome = true;
};
};
};