From 30352b57d0e2079b4b48d8331c213d0fa47e3b22ffcf5680814cda7b7974e806 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 22 Nov 2021 22:07:03 +0000 Subject: [PATCH] https://bugzilla.opensuse.org/show_bug.cgi?id=1192959 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=44 --- hostapd.changes | 6 ------ hostapd.service | 11 ----------- 2 files changed, 17 deletions(-) diff --git a/hostapd.changes b/hostapd.changes index 94eb762..67ec96f 100644 --- a/hostapd.changes +++ b/hostapd.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Fri Oct 15 07:29:27 UTC 2021 - Johannes Segitz - -- Added hardening to systemd service(s) (bsc#1181400). Modified: - * hostapd.service - ------------------------------------------------------------------- Wed Jul 14 08:41:42 UTC 2021 - Michael Ströder diff --git a/hostapd.service b/hostapd.service index e3047cb..02a394e 100644 --- a/hostapd.service +++ b/hostapd.service @@ -3,17 +3,6 @@ Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticato After=network.target [Service] -# added automatically, for details please see -# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort -ProtectSystem=full -ProtectHome=true -ProtectHostname=true -ProtectKernelTunables=true -ProtectKernelModules=true -ProtectKernelLogs=true -ProtectControlGroups=true -RestrictRealtime=true -# end of automatic additions ExecStart=/usr/sbin/hostapd /etc/hostapd.conf ExecReload=/bin/kill -HUP $MAINPID