From 800a85e70f3b63cacc847ee49ea929ac107ca181 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Jan 03 2015 14:32:33 +0000 Subject: Add new policy for hostapd --- diff --git a/modules-targeted-contrib.conf b/modules-targeted-contrib.conf index 46975d6..9c8a414 100644 --- a/modules-targeted-contrib.conf +++ b/modules-targeted-contrib.conf @@ -784,6 +784,13 @@ xguest = module hddtemp = module # Layer: services +# Module: hostapd +# +# hostapd - IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator +# +hostapd = module + +# Layer: services # Module: i18n_input # # IIIMF htt server diff --git a/permissivedomains.te b/permissivedomains.te index 4aebc1f..19e0578 100644 --- a/permissivedomains.te +++ b/permissivedomains.te @@ -94,3 +94,10 @@ optional_policy(` permissive phc2sys_t; permissive ptp4l_t; ') + +optional_policy(` + gen_require(` + type hostapd_t; + ') + permissive hostapd_t; +')