diff --git a/netd.te b/netd.te
index 3726ec4a1c12a49458434330bf27963ceee0efa0..9603ce3ea6b8a8118e705cce1faa61a6a4e4209b 100644
--- a/netd.te
+++ b/netd.te
@@ -48,3 +48,7 @@ allow netd hostapd:process signal;
 domain_auto_trans(netd, dnsmasq_exec, dnsmasq)
 allow netd dnsmasq:process signal;
 
+# Support netd running mdnsd
+# TODO: prune this back further
+allow netd ctl_default_prop:property_service set;
+allow netd device:sock_file write;