Accepting request 934178 from Base:System
OBS-URL: https://build.opensuse.org/request/show/934178 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=45
This commit is contained in:
commit
62e15b2a7c
@ -17,7 +17,7 @@ profile hostapd /usr/sbin/hostapd {
|
|||||||
|
|
||||||
# grant read access to config files
|
# grant read access to config files
|
||||||
/etc/hostapd.* r,
|
/etc/hostapd.* r,
|
||||||
|
/etc/ssl/openssl.cnf r,
|
||||||
/etc/libnl/classid r,
|
/etc/libnl/classid r,
|
||||||
|
|
||||||
@{PROC}/sys/net/ipv*/conf/*/arp_accept w,
|
@{PROC}/sys/net/ipv*/conf/*/arp_accept w,
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 26 20:52:19 UTC 2021 - Clemens Famulla-Conrad <cfamullaconrad@suse.com>
|
||||||
|
|
||||||
|
- Fix AppArmor profile -- allow access to /etc/ssl/openssl.cnf
|
||||||
|
(bsc#1192959)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Jul 14 08:41:42 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@ -3,6 +3,17 @@ Description=Hostapd IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticato
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[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
|
ExecStart=/usr/sbin/hostapd /etc/hostapd.conf
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user