Commit 1e160e5c authored by Sergey Vojtovich's avatar Sergey Vojtovich

MDEV-10404 - Improved systemd service hardening causes SELinux problems

Disabled NoNewPrivileges until SELinux policy is fixed.
parent 48fbb2bf
...@@ -48,7 +48,8 @@ CapabilityBoundingSet=CAP_IPC_LOCK ...@@ -48,7 +48,8 @@ CapabilityBoundingSet=CAP_IPC_LOCK
# Prevent writes to /usr, /boot, and /etc # Prevent writes to /usr, /boot, and /etc
ProtectSystem=full ProtectSystem=full
NoNewPrivileges=true # Doesn't yet work properly with SELinux enabled
# NoNewPrivileges=true
PrivateDevices=true PrivateDevices=true
......
...@@ -55,7 +55,8 @@ CapabilityBoundingSet=CAP_IPC_LOCK ...@@ -55,7 +55,8 @@ CapabilityBoundingSet=CAP_IPC_LOCK
# Prevent writes to /usr, /boot, and /etc # Prevent writes to /usr, /boot, and /etc
ProtectSystem=full ProtectSystem=full
NoNewPrivileges=true # Doesn't yet work properly with SELinux enabled
# NoNewPrivileges=true
PrivateDevices=true PrivateDevices=true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment