From f9a3701ea0ff64f9d5a9d3861d86456f5736c00740e7418c3b61830eb619ebf5 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 19 Nov 2021 08:24:20 +0000 Subject: [PATCH] Accepting request 932177 from home:jsegitz:branches:systemdhardening:Base:System Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort OBS-URL: https://build.opensuse.org/request/show/932177 OBS-URL: https://build.opensuse.org/package/show/Base:System/rtkit?expand=0&rev=46 --- harden_rtkit-daemon.service.patch | 23 +++++++++++++++++++++++ rtkit.changes | 6 ++++++ rtkit.spec | 2 ++ 3 files changed, 31 insertions(+) create mode 100644 harden_rtkit-daemon.service.patch diff --git a/harden_rtkit-daemon.service.patch b/harden_rtkit-daemon.service.patch new file mode 100644 index 0000000..f62d8bc --- /dev/null +++ b/harden_rtkit-daemon.service.patch @@ -0,0 +1,23 @@ +Index: rtkit-0.13/rtkit-daemon.service.in +=================================================================== +--- rtkit-0.13.orig/rtkit-daemon.service.in ++++ rtkit-0.13/rtkit-daemon.service.in +@@ -25,6 +25,18 @@ BusName=org.freedesktop.RealtimeKit1 + NotifyAccess=main + CapabilityBoundingSet=CAP_SYS_NICE CAP_DAC_READ_SEARCH CAP_SYS_CHROOT CAP_SETGID CAP_SETUID + PrivateNetwork=yes ++# added automatically, for details please see ++# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ++ProtectSystem=full ++ProtectHome=true ++PrivateDevices=true ++ProtectHostname=true ++ProtectClock=true ++ProtectKernelTunables=true ++ProtectKernelModules=true ++ProtectKernelLogs=true ++ProtectControlGroups=true ++# end of automatic additions + + [Install] + WantedBy=multi-user.target diff --git a/rtkit.changes b/rtkit.changes index e5806c9..6d00f8b 100644 --- a/rtkit.changes +++ b/rtkit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 16 10:49:44 UTC 2021 - Johannes Segitz + +- Added hardening to systemd service(s) (bsc#1181400). Added patch(es): + * harden_rtkit-daemon.service.patch + ------------------------------------------------------------------- Fri May 28 21:00:35 UTC 2021 - Dominique Leuenberger diff --git a/rtkit.spec b/rtkit.spec index c9a88e4..b8a53d9 100644 --- a/rtkit.spec +++ b/rtkit.spec @@ -26,6 +26,7 @@ License: BSD-3-Clause AND GPL-3.0-or-later Group: System/Base URL: https://github.com/heftig/rtkit Source: https://github.com/heftig/rtkit/releases/download/v%{version}/rtkit-%{version}.tar.xz +Patch0: harden_rtkit-daemon.service.patch BuildRequires: automake BuildRequires: libcap-devel BuildRequires: pkg-config @@ -47,6 +48,7 @@ scheduling to be used by normal user processes. %prep %setup -q +%patch0 -p1 %build autoreconf -fiv