Add new policy for hostapd

This commit is contained in:
Dan Walsh 2015-01-03 09:32:33 -05:00
parent f1ed4e46ca
commit 800a85e70f
2 changed files with 14 additions and 0 deletions

View File

@ -783,6 +783,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
#

View File

@ -94,3 +94,10 @@ optional_policy(`
permissive phc2sys_t;
permissive ptp4l_t;
')
optional_policy(`
gen_require(`
type hostapd_t;
')
permissive hostapd_t;
')