Skip to content
Snippets Groups Projects
Commit 4a13f780 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

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
parent aee5a18a
No related branches found
No related tags found
No related merge requests found
...@@ -48,3 +48,7 @@ allow netd hostapd:process signal; ...@@ -48,3 +48,7 @@ allow netd hostapd:process signal;
domain_auto_trans(netd, dnsmasq_exec, dnsmasq) domain_auto_trans(netd, dnsmasq_exec, dnsmasq)
allow netd dnsmasq:process signal; 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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment