commit | b862c7aeeb3342ad10ecce39178aa2e5f613621e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 28 01:27:35 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 28 01:27:35 2018 +0000 |
tree | 378b6f851547d52581314fe50c4a9686832ec2a1 | |
parent | dd7d5a7038717e450747ce6fcac249de9e86a67a [diff] | |
parent | 488030ee6f945e81a5fc038e3b334eab8ac31c81 [diff] |
Merge "Statsd: Allow statsd to contact perfprofd in userdebug"
diff --git a/public/healthd.te b/public/healthd.te index 50952d5..87217d5 100644 --- a/public/healthd.te +++ b/public/healthd.te
@@ -7,6 +7,8 @@ # Read access to pseudo filesystems. allow healthd sysfs_type:dir search; +# Allow to read /sys/class/power_supply directory. +allow healthd sysfs:dir r_dir_perms; r_dir_file(healthd, rootfs) r_dir_file(healthd, cgroup)