aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/thermal-engine.te
blob: ffd8a3004249c4773758717fed0e7621f597f1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typeattribute thermal-engine data_between_core_and_vendor_violators;
allow thermal-engine sysfs_msm_subsys:dir search;
allow thermal-engine sysfs_msm_subsys:file { getattr open read setattr };

allow thermal-engine sysfs_usb_supply:dir search;
allow thermal-engine sysfs_usb_supply:file r_file_perms;

allow thermal-engine sysfs_soc:dir search;

allow thermal-engine sysfs_msm_core:dir search;
allow thermal-engine sysfs_msm_core:file r_file_perms;

allow thermal-engine sysfs_rmtfs:dir search;