Add new policy for hostapd
This commit is contained in:
parent
f1ed4e46ca
commit
800a85e70f
@ -783,6 +783,13 @@ xguest = module
|
|||||||
#
|
#
|
||||||
hddtemp = module
|
hddtemp = module
|
||||||
|
|
||||||
|
# Layer: services
|
||||||
|
# Module: hostapd
|
||||||
|
#
|
||||||
|
# hostapd - IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||||
|
#
|
||||||
|
hostapd = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: i18n_input
|
# Module: i18n_input
|
||||||
#
|
#
|
||||||
|
@ -94,3 +94,10 @@ optional_policy(`
|
|||||||
permissive phc2sys_t;
|
permissive phc2sys_t;
|
||||||
permissive ptp4l_t;
|
permissive ptp4l_t;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
optional_policy(`
|
||||||
|
gen_require(`
|
||||||
|
type hostapd_t;
|
||||||
|
')
|
||||||
|
permissive hostapd_t;
|
||||||
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user