raven/multimedia/mpd/mpd-0.20-remove_NoNewPrivileges.patch
2024-02-21 13:47:54 +06:00

23 lines
535 B
Diff

--- a/systemd/system/mpd.service.in
+++ b/systemd/system/mpd.service.in
@@ -15,7 +15,6 @@
ProtectSystem=yes
# more paranoid security settings
-NoNewPrivileges=yes
ProtectKernelTunables=yes
ProtectControlGroups=yes
ProtectKernelModules=yes
--- a/systemd/user/mpd.service.in
+++ b/systemd/user/mpd.service.in
@@ -15,7 +15,6 @@
ProtectSystem=yes
# more paranoid security settings
-NoNewPrivileges=yes
ProtectKernelTunables=yes
ProtectControlGroups=yes
# AF_NETLINK is required by libsmbclient, or it will exit() .. *sigh*