Merge "Allow adb start/stop mdnsd via ctl.start/stop" into qt-qpr1-dev am: 2192ec6223

Change-Id: I1bafff0ae8087a3c72209eb2a6edcaddc1e5d463
This commit is contained in:
Automerger Merge Worker 2020-01-17 18:44:15 +00:00
commit b354eba19c

View file

@ -6,3 +6,6 @@ type adbd_exec, exec_type, file_type, system_file_type;
# Only init is allowed to enter the adbd domain via exec()
neverallow { domain -init } adbd:process transition;
neverallow * adbd:process dyntransition;
# Allow adbd start/stop mdnsd via ctl.start
set_prop(adbd, ctl_mdnsd_prop)