Accepting request 927939 from home:tiwai:branches:multimedia:libs

- Revert the previous change, as it turned out to be broken;
  Drop harden_pulseaudio.service.patch

OBS-URL: https://build.opensuse.org/request/show/927939
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=246
This commit is contained in:
Takashi Iwai 2021-10-28 12:17:47 +00:00 committed by Git OBS Bridge
parent 22a7b88d91
commit a3c5dd1800
4 changed files with 6 additions and 39 deletions

View File

@ -1,24 +0,0 @@
Index: pulseaudio-15.0/src/daemon/systemd/user/pulseaudio.service.in
===================================================================
--- pulseaudio-15.0.orig/src/daemon/systemd/user/pulseaudio.service.in
+++ pulseaudio-15.0/src/daemon/systemd/user/pulseaudio.service.in
@@ -23,6 +23,19 @@ MemoryDenyWriteExecute=yes
NoNewPrivileges=yes
Restart=on-failure
RestrictNamespaces=yes
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=read-only
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions
SystemCallArchitectures=native
SystemCallFilter=@system-service
# Note that notify will only work if --daemonize=no

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Oct 28 14:14:55 CEST 2021 - tiwai@suse.de
- Revert the previous change, as it turned out to be broken;
Drop harden_pulseaudio.service.patch
-------------------------------------------------------------------
Wed Oct 20 14:37:33 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -3,19 +3,6 @@ Description=System wide PulseAudio instance
After=syslog.target network.target alsasound.service
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=read-only
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
Type=simple
Restart=always
ExecStart=/usr/bin/pulseaudio --system --log-target=journal

View File

@ -53,7 +53,6 @@ Patch1: suppress-socket-error-msg.diff
Patch5: qpaeq-shebang.patch
# PATCH-FIX-OPENSUSE Workaround for old systemd on Leap 15.x
Patch6: pulseaudio-old-systemd-workaround.patch
Patch7: harden_pulseaudio.service.patch
BuildRequires: alsa-devel >= 1.0.19
BuildRequires: bluez-devel >= 5
BuildRequires: fdupes
@ -335,7 +334,6 @@ System user for PulseAudio
%if 0%{?suse_version} < 1550
%patch6 -p1
%endif
%patch7 -p1
%build
%meson \