From: Maxime Chevallier Date: Mon, 28 Dec 2020 16:11:23 +0000 (+0100) Subject: package/wpa_supplicant: add SELinux module X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=289a715a4059ea45075a7ae08f890a4f0ab558c8;p=buildroot.git package/wpa_supplicant: add SELinux module Support for wpa_supplicant is added by the services/networkmanager module in the SELinux refpolicy. Signed-off-by: Maxime Chevallier Signed-off-by: Yann E. MORIN --- diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk index 7170db0d07..38af11625a 100644 --- a/package/wpa_supplicant/wpa_supplicant.mk +++ b/package/wpa_supplicant/wpa_supplicant.mk @@ -14,6 +14,7 @@ WPA_SUPPLICANT_DBUS_OLD_SERVICE = fi.epitest.hostap.WPASupplicant WPA_SUPPLICANT_DBUS_NEW_SERVICE = fi.w1.wpa_supplicant1 WPA_SUPPLICANT_CFLAGS = $(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/libnl3/ WPA_SUPPLICANT_LDFLAGS = $(TARGET_LDFLAGS) +WPA_SUPPLICANT_SELINUX_MODULES = networkmanager # 0001-AP-Silently-ignore-management-frame-from-unexpected-.patch WPA_SUPPLICANT_IGNORE_CVES += CVE-2019-16275