Skip to content
Snippets Groups Projects
Commit c8abbaec authored by Tri Vo's avatar Tri Vo Committed by android-build-merger
Browse files

Fix aosp healthd.

am: dd7d5a70

Change-Id: Iab6878a235cfb2959614f4ef757c501884464be9
parents 5aa9d505 dd7d5a70
Branches
Tags
No related merge requests found
......@@ -7,6 +7,8 @@ allow healthd kmsg_device:chr_file rw_file_perms;
# 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment