Merge "Allow iw to be run at init phase."

This commit is contained in:
Treehugger Robot 2018-11-14 23:09:33 +00:00 committed by Gerrit Code Review
commit 7ef01c34ed
2 changed files with 5 additions and 0 deletions

View File

@ -213,6 +213,7 @@
/system/bin/incident u:object_r:incident_exec:s0
/system/bin/incidentd u:object_r:incidentd_exec:s0
/system/bin/incident_helper u:object_r:incident_helper_exec:s0
/system/bin/iw u:object_r:iw_exec:s0
/system/bin/netutils-wrapper-1\.0 u:object_r:netutils_wrapper_exec:s0
/system/bin/vold u:object_r:vold_exec:s0
/system/bin/netd u:object_r:netd_exec:s0

4
private/iw.te Normal file
View File

@ -0,0 +1,4 @@
type iw, domain, coredomain;
type iw_exec, system_file_type, exec_type, file_type;
init_daemon_domain(iw)