mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-db/mysql-init-scripts: Comment out a systemd option NoNewPrivileges=true
Upstream bug https://jira.mariadb.org/browse/MDEV-10404 mentions that SELinux currently does not handle this change properly. Comment it out for now with a note No revbump for this file as most users are unaffected Package-Manager: portage-2.3.0
This commit is contained in:
@@ -32,7 +32,9 @@ CapabilityBoundingSet=CAP_IPC_LOCK
|
||||
# Prevent writes to /usr, /boot, and /etc
|
||||
ProtectSystem=full
|
||||
|
||||
NoNewPrivileges=true
|
||||
# Currently has issues with SELinux https://jira.mariadb.org/browse/MDEV-10404
|
||||
# This is safe to uncomment when not using SELinux
|
||||
#NoNewPrivileges=true
|
||||
|
||||
PrivateDevices=true
|
||||
|
||||
|
||||
@@ -30,7 +30,9 @@ CapabilityBoundingSet=CAP_IPC_LOCK
|
||||
# Prevent writes to /usr, /boot, and /etc
|
||||
ProtectSystem=full
|
||||
|
||||
NoNewPrivileges=true
|
||||
# Currently has issues with SELinux https://jira.mariadb.org/browse/MDEV-10404
|
||||
# This is safe to uncomment when not using SELinux
|
||||
#NoNewPrivileges=true
|
||||
|
||||
PrivateDevices=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user