diff --git a/file_contexts b/file_contexts
index e2bb95bedba9f73b4915c81d0fea9f74513b424d..5eec7616a40a55fa4d5e864546794120afc0cd8a 100644
--- a/file_contexts
+++ b/file_contexts
@@ -161,6 +161,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)