aboutsummaryrefslogtreecommitdiffstats
path: root/netd.te
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-07-10 14:58:27 -0700
committerNick Kralevich <nnk@google.com>2013-07-10 15:26:54 -0700
commit4a13f7809b0db75f850e96dcd21e6550c4e1fa60 (patch)
tree5991c109da0abd8bdfe61fb0e79c9b161e2dd4a5 /netd.te
parentaee5a18a8256f696b4dd0b799cd52b284e91dc28 (diff)
downloadandroid_external_sepolicy-4a13f7809b0db75f850e96dcd21e6550c4e1fa60.tar.gz
android_external_sepolicy-4a13f7809b0db75f850e96dcd21e6550c4e1fa60.tar.bz2
android_external_sepolicy-4a13f7809b0db75f850e96dcd21e6550c4e1fa60.zip
netd.te: allow ctl.mdnsd
Allow netd to set ctl.* properties. Currently, mdnsd is broken because it can't set this property. Bug: 9777774 Change-Id: I2f32504d77b651e66e0a0067e65a5ed44b427f5a
Diffstat (limited to 'netd.te')
-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;