android_system_sepolicy/private/iw.te
Tomasz Wasilczyk 2e23af5e28 Allow iw to be run at init phase.
This enables native wireless interface configuration at boot.

Bug: 36120314
Test: adb shell ifconfig -a | grep wlan
Change-Id: I797c0c8a8645d690d311f42cec3998b2f4cee77b
2018-11-14 19:10:12 +00:00

5 lines
107 B
Plaintext

type iw, domain, coredomain;
type iw_exec, system_file_type, exec_type, file_type;
init_daemon_domain(iw)