cluster/services/hercules-ci-multi-agent: remove some hardening options that break effects

This commit is contained in:
Max Headroom 2023-10-29 15:22:56 +01:00
parent bcaecf492a
commit f6813d933d

View file

@ -64,20 +64,13 @@
LimitSTACK = 256 * 1024 * 1024;
# Hardening.
CapabilityBoundingSet = "";
DeviceAllow = "";
LockPersonality = true;
NoNewPrivileges = true;
PrivateDevices = true;
PrivateMounts = true;
PrivateTmp = true;
PrivateUsers = true;
ProtectClock = true;
ProtectControlGroups = true;
ProtectHome = true;
ProtectKernelLogs = true;
ProtectKernelModules = true;
ProtectKernelTunables = true;
ProtectSystem = "full";
RemoveIPC = true;
RestrictRealtime = true;