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:
@@ -204,6 +204,7 @@ in
|
||||
|
||||
PrivateTmp = true;
|
||||
PrivateDevices = true;
|
||||
ProtectHome = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user