Move service hardening flags into separate file

This commit is contained in:
Jonas Nick
2019-04-28 13:15:12 +00:00
parent 66095871c6
commit a089d65d25
11 changed files with 33 additions and 54 deletions
+12
View File
@@ -0,0 +1,12 @@
{
defaultHardening = {
PrivateTmp = "true";
ProtectSystem = "full";
NoNewPrivileges = "true";
PrivateDevices = "true";
MemoryDenyWriteExecute = "true";
};
}