From ca7c036e8cf3e5f500e5a0a1da617d27cecf3bc0 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 10 Aug 2022 08:27:43 -0400 Subject: [PATCH] sort nginx hardening.conf options --- systemd/system/nginx.service.d/hardening.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd/system/nginx.service.d/hardening.conf b/systemd/system/nginx.service.d/hardening.conf index 5f826ab..aa5e17a 100644 --- a/systemd/system/nginx.service.d/hardening.conf +++ b/systemd/system/nginx.service.d/hardening.conf @@ -5,10 +5,10 @@ MemoryDenyWriteExecute=true PrivateIPC=true PrivateTmp=true ProcSubset=pid -ProtectHome=true -ProtectHostname=true ProtectClock=true ProtectControlGroups=true +ProtectHome=true +ProtectHostname=true ProtectKernelLogs=true ProtectKernelModules=true ProtectKernelTunables=true