aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot2018-04-16 18:51:12 -0500
committerGerrit Code Review2018-04-16 18:51:12 -0500
commitced43bc823c43f75674786b352d36c775080a13e (patch)
treec9ca4ae7d4a6b1d390ee4383650854f5f9bb8106
parent254a872cab855b01433cdd5a30239ef888452003 (diff)
parent1300945c1258b42f643727ff86f8342be5da585c (diff)
downloadsystem-sepolicy-ced43bc823c43f75674786b352d36c775080a13e.tar.gz
system-sepolicy-ced43bc823c43f75674786b352d36c775080a13e.tar.xz
system-sepolicy-ced43bc823c43f75674786b352d36c775080a13e.zip
Merge "Statsd sepolicy hal_health"
-rw-r--r--private/statsd.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/private/statsd.te b/private/statsd.te
index fec10a4b..06d6e01e 100644
--- a/private/statsd.te
+++ b/private/statsd.te
@@ -73,6 +73,7 @@ binder_call(statsd, stats)
73 73
74# Allow access to with hardware layer and process stats. 74# Allow access to with hardware layer and process stats.
75allow statsd proc_uid_cputime_showstat:file { getattr open read }; 75allow statsd proc_uid_cputime_showstat:file { getattr open read };
76hal_client_domain(statsd, hal_health)
76hal_client_domain(statsd, hal_power) 77hal_client_domain(statsd, hal_power)
77hal_client_domain(statsd, hal_thermal) 78hal_client_domain(statsd, hal_thermal)
78 79