Skip to content
Snippets Groups Projects
Commit a734c7ed authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: disable statements that are not supported in RHEL 7 systemd version

parent 8b8dbf97
No related branches found
No related tags found
No related merge requests found
Pipeline #6263 failed
...@@ -15,15 +15,15 @@ Group={{ vault_rosetta_group }} ...@@ -15,15 +15,15 @@ Group={{ vault_rosetta_group }}
# or at `man (5) systemd.exec` # or at `man (5) systemd.exec`
ProtectSystem=strict ProtectSystem=strict
ProtectHome=read-only ProtectHome=read-only
ProtectHostname=true #ProtectHostname=true
ProtectClock=true #ProtectClock=true
ProtectKernelTunables=true #ProtectKernelTunables=true
ProtectKernelModules=true #ProtectKernelModules=true
ProtectKernelLogs=true #ProtectKernelLogs=true
ProtectControlGroups=true #ProtectControlGroups=true
LockPersonality=true #LockPersonality=true
MemoryDenyWriteExecute=true #MemoryDenyWriteExecute=true
RestrictRealtime=true #RestrictRealtime=true
#RestrictSUIDSGID=true #RestrictSUIDSGID=true
## RemoveIPC=true ## RemoveIPC=true
## PrivateMounts=true ## PrivateMounts=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment