You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
168 B
7 lines
168 B
3 years ago
|
# hal_wifi_default.te
|
||
|
|
||
|
# Needed for wifi hotspot to read sap interface
|
||
|
get_prop(hal_wifi_default, vendor_wifi_prop)
|
||
|
|
||
|
allow hal_wifi_default self:capability sys_module;
|