Files
device_google_wahoo/sepolicy/hal_thermal_default.te
Polina Bondarenko b58eebe16e Enable binderized Thermal HAL.
Bug: 36097196
Test: vts

Change-Id: I89c154465b57d665932523af907eb72179070281
2017-04-06 16:23:51 +02:00

5 lines
253 B
Plaintext

allow hal_thermal_default sysfs_thermal:dir { open read search };
allow hal_thermal_default sysfs_thermal:file { getattr open read };
allow hal_thermal_default sysfs_thermal:lnk_file read;
allow hal_thermal_default proc_stat:file { getattr open read };