mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
MDEV-10404 - Improved systemd service hardening causes SELinux problems
Disabled NoNewPrivileges until SELinux policy is fixed.
This commit is contained in:
parent
48fbb2bf07
commit
1e160e5cb3
2 changed files with 4 additions and 2 deletions
|
@ -48,7 +48,8 @@ CapabilityBoundingSet=CAP_IPC_LOCK
|
|||
# Prevent writes to /usr, /boot, and /etc
|
||||
ProtectSystem=full
|
||||
|
||||
NoNewPrivileges=true
|
||||
# Doesn't yet work properly with SELinux enabled
|
||||
# NoNewPrivileges=true
|
||||
|
||||
PrivateDevices=true
|
||||
|
||||
|
|
|
@ -55,7 +55,8 @@ CapabilityBoundingSet=CAP_IPC_LOCK
|
|||
# Prevent writes to /usr, /boot, and /etc
|
||||
ProtectSystem=full
|
||||
|
||||
NoNewPrivileges=true
|
||||
# Doesn't yet work properly with SELinux enabled
|
||||
# NoNewPrivileges=true
|
||||
|
||||
PrivateDevices=true
|
||||
|
||||
|
|
Loading…
Reference in a new issue