sepolicy: basic: non_plat: Address vpud_native denials

Change-Id: I4be2decf9e054e5313b7fcc7098f26248e708bbb
This commit is contained in:
SamarV-121 2022-09-15 19:23:21 +05:30 committed by Matsvei Niaverau
parent 440f5f9ee7
commit ca74f59339

View File

@ -47,3 +47,8 @@ full_treble_only(`
# add power config # add power config
allow vpud_native sysfs_boot_mode:file r_file_perms; allow vpud_native sysfs_boot_mode:file r_file_perms;
allow vpud_native proc_mtkcooler:dir search;
allow vpud_native proc_mtkcooler:file rw_file_perms;
allow vpud_native thermal_manager_data_file:dir w_dir_perms;
allow vpud_native thermal_manager_data_file:file create_file_perms;