sdm660-common: sepolicy: Grant XiaomiParts access to thermal file

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Max Weffers 2019-08-16 08:30:13 +02:00 committed by pix106
parent 2075a54b27
commit 4c9dac421a

View file

@ -19,6 +19,8 @@ allow system_app sysfs_earpiecegain:file rw_file_perms;
allow system_app sysfs_zram:dir search;
allow system_app sysfs_zram:file r_file_perms;
allow system_app zygote:unix_stream_socket { getopt };
allow system_app sysfs_thermal:file rw_file_perms;
allow system_app sysfs_thermal:dir search;
# neverallow and harmless
dontaudit system_app time_daemon:unix_stream_socket { connectto };