sdm660-common: sepolicy: Grant XiaomiParts access to thermal file
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
2075a54b27
commit
4c9dac421a
1 changed files with 2 additions and 0 deletions
2
sepolicy/vendor/system_app.te
vendored
2
sepolicy/vendor/system_app.te
vendored
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue