Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package apparmor for openSUSE:Factory checked in at 2026-05-16 19:24:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apparmor (Old) and /work/SRC/openSUSE:Factory/.apparmor.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apparmor" Sat May 16 19:24:10 2026 rev:234 rq:1353520 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes 2026-05-14 21:43:08.271044974 +0200 +++ /work/SRC/openSUSE:Factory/.apparmor.new.1966/apparmor.changes 2026-05-16 19:24:58.079124620 +0200 @@ -1,0 +2,5 @@ +Sat May 16 11:44:12 UTC 2026 - Christian Boltz <[email protected]> + +- add wpa_supplicant.diff: fix wpa_supplicant profile (boo#1265377) + +------------------------------------------------------------------- New: ---- wpa_supplicant.diff ----------(New B)---------- New: - add wpa_supplicant.diff: fix wpa_supplicant profile (boo#1265377) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ apparmor.spec ++++++ --- /var/tmp/diff_new_pack.RsSGVJ/_old 2026-05-16 19:25:01.703272942 +0200 +++ /var/tmp/diff_new_pack.RsSGVJ/_new 2026-05-16 19:25:01.711273269 +0200 @@ -95,6 +95,9 @@ # avoid double slashes (and therefore a path mismatch) in syslog-ng profile (merged upstream 2026-05-05 https://gitlab.com/apparmor/apparmor/-/merge_requests/2090 for 5.0 and master, will be in 5.0.1) Patch14: syslog-ng-slashes.diff +# wpa_supplicant profile additions (boo#1265377) +Patch15: wpa_supplicant.diff + PreReq: sed BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf @@ -368,6 +371,7 @@ %patch -P 12 -p1 %patch -P 13 -p1 %patch -P 14 -p1 +%patch -P 15 -p1 %build export SUSE_ASNEEDED=0 ++++++ wpa_supplicant.diff ++++++ diff --git a/profiles/apparmor.d/wpa_supplicant b/profiles/apparmor.d/wpa_supplicant index 06c0fc46d..c49a8a293 100644 --- a/profiles/apparmor.d/wpa_supplicant +++ b/profiles/apparmor.d/wpa_supplicant @@ -12,7 +12,7 @@ abi <abi/5.0>, include <tunables/global> -profile wpa_supplicant /usr/sbin/wpa_supplicant { +profile wpa_supplicant /usr/sbin/wpa_supplicant flags=(attach_disconnected.path=/att/wpa_supplicant/) { include <abstractions/base> include <abstractions/dbus-strict> @@ -116,6 +116,7 @@ profile wpa_supplicant /usr/sbin/wpa_supplicant { @{exec_path} mr, owner /dev/rfkill r, + /etc/libnl/classid r, owner /etc/group r, owner /etc/nsswitch.conf r, @@ -124,8 +125,12 @@ profile wpa_supplicant /usr/sbin/wpa_supplicant { owner @{run}/wpa_supplicant/ w, owner @{run}/wpa_supplicant/** rw, + /att/wpa_supplicant/run/dbus/system_bus_socket rw, + owner @{run}/netplan/* r, + owner /var/log/wpa_supplicant.log a, + network inet dgram, network inet6 dgram, network netlink raw,
