Dominique Leuenberger 2021-11-22 22:07:03 +00:00 committed by Git OBS Bridge
parent 26752a9407
commit 30352b57d0
2 changed files with 0 additions and 17 deletions

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Fri Oct 15 07:29:27 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* hostapd.service
-------------------------------------------------------------------
Wed Jul 14 08:41:42 UTC 2021 - Michael Ströder <michael@stroeder.com>

View File

@ -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