aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--netd.te4
1 files changed, 4 insertions, 0 deletions
diff --git a/netd.te b/netd.te
index 3726ec4..9603ce3 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;