diff --git a/file_contexts b/file_contexts index 8266315244f5187b7dc9a6fbf8ff437d24bf5aa4..0ee4a9a9a9b443669c55ab4c8c48eeabcce5a315 100644 --- a/file_contexts +++ b/file_contexts @@ -162,6 +162,7 @@ /system/bin/dumpstate u:object_r:dumpstate_exec:s0 /system/bin/vold u:object_r:vold_exec:s0 /system/bin/netd u:object_r:netd_exec:s0 +/system/bin/wificond u:object_r:wificond_exec:s0 /system/bin/rild u:object_r:rild_exec:s0 /system/bin/audioserver u:object_r:audioserver_exec:s0 /system/bin/mediadrmserver u:object_r:mediadrmserver_exec:s0 diff --git a/wificond.te b/wificond.te new file mode 100644 index 0000000000000000000000000000000000000000..11afffe66179c6a72d602a1f075fe2ef209d9400 --- /dev/null +++ b/wificond.te @@ -0,0 +1,5 @@ +# wificond +type wificond, domain; +type wificond_exec, exec_type, file_type; + +init_daemon_domain(wificond)