aboutsummaryrefslogtreecommitdiffstats
path: root/healthd.te
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-12-13 22:19:45 -0800
committerNick Kralevich <nnk@google.com>2013-12-16 15:29:09 -0800
commit09e6abd91b3aaaa11a44d032e095360c64a97b3a (patch)
tree4f7f84af266fb07d5c12306d76cc7a87f81cba2a /healthd.te
parentcaa6a32d76e22b350f58ee6cf35c95f6282f076e (diff)
downloadandroid_external_sepolicy-09e6abd91b3aaaa11a44d032e095360c64a97b3a.tar.gz
android_external_sepolicy-09e6abd91b3aaaa11a44d032e095360c64a97b3a.tar.bz2
android_external_sepolicy-09e6abd91b3aaaa11a44d032e095360c64a97b3a.zip
initial dumpstate domain
Add the necessary rules to support dumpstate. Start off initially in permissive until it has more testing. Dumpstate is triggered by running "adb bugreport" Change-Id: Ic17a60cca1f6f40daa4f2c51e9ad6009ef36cfbd
Diffstat (limited to 'healthd.te')
-rw-r--r--healthd.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/healthd.te b/healthd.te
index 53e6e8e..9d23571 100644
--- a/healthd.te
+++ b/healthd.te
@@ -11,6 +11,7 @@ allow healthd self:capability { net_admin mknod };
allow healthd self:capability2 block_suspend;
allow healthd self:netlink_kobject_uevent_socket create_socket_perms;
binder_use(healthd)
+binder_service(healthd)
binder_call(healthd, system_server)
# Workaround for 0x10 / block_suspend capability2 denials.