From 928e3f9dd794addf0feaf2a0ffba6ee10464f5427136b486c573fc22350dbc13 Mon Sep 17 00:00:00 2001 From: Clemens Famulla-Conrad Date: Fri, 26 Nov 2021 22:35:58 +0000 Subject: [PATCH] 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 --- apparmor-usr.sbin.hostapd | 2 +- hostapd.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apparmor-usr.sbin.hostapd b/apparmor-usr.sbin.hostapd index 8cdb9b1..a21505a 100644 --- a/apparmor-usr.sbin.hostapd +++ b/apparmor-usr.sbin.hostapd @@ -17,7 +17,7 @@ profile hostapd /usr/sbin/hostapd { # grant read access to config files /etc/hostapd.* r, - + /etc/ssl/openssl.cnf r, /etc/libnl/classid r, @{PROC}/sys/net/ipv*/conf/*/arp_accept w, diff --git a/hostapd.changes b/hostapd.changes index 94eb762..732769a 100644 --- a/hostapd.changes +++ b/hostapd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 26 20:52:19 UTC 2021 - Clemens Famulla-Conrad + +- Fix AppArmor profile -- allow access to /etc/ssl/openssl.cnf + (bsc#1192959) + ------------------------------------------------------------------- Fri Oct 15 07:29:27 UTC 2021 - Johannes Segitz