Accepting request 934166 from home:cfconrad:branches:Base:System

- Fix AppArmor profile -- allow access to /etc/ssl/openssl.cnf
  (bsc#1192959)

OBS-URL: https://build.opensuse.org/request/show/934166
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=65
This commit is contained in:
Clemens Famulla-Conrad 2021-11-26 22:35:58 +00:00 committed by Git OBS Bridge
parent 299b5fcac4
commit 928e3f9dd7
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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> Fri Oct 15 07:29:27 UTC 2021 - Johannes Segitz <jsegitz@suse.com>