sdm660-common: sepolicy: add CloverTenInchFrameworksPowerOverlay sepolicy

Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Alcatraz323 2023-07-01 09:43:33 +08:00 committed by pix106
parent 1cb35d9bfa
commit 713803ed1d
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
get_prop(init, exported_default_prop)
allow init adsprpcd_file:file mounton; allow init adsprpcd_file:file mounton;
allow init apex_metadata_file:lnk_file read; allow init apex_metadata_file:lnk_file read;
allow init socket_device:sock_file { unlink setattr create }; allow init socket_device:sock_file { unlink setattr create };
@ -26,6 +28,7 @@ allow init {
vendor_configs_file vendor_configs_file
vendor_framework_file vendor_framework_file
vendor_app_file vendor_app_file
vendor_overlay_file
}:file mounton; }:file mounton;
allow init hal_fingerprint_sdm660:process ptrace; allow init hal_fingerprint_sdm660:process ptrace;

View file

@ -14,6 +14,7 @@ allow vendor_init cache_file:dir search;
get_prop(vendor_init, hal_fingerprint_prop) get_prop(vendor_init, hal_fingerprint_prop)
get_prop(vendor_init, hal_camera_prop) get_prop(vendor_init, hal_camera_prop)
get_prop(vendor_init, exported_default_prop)
set_prop(vendor_init, vendor_camera_prop) set_prop(vendor_init, vendor_camera_prop)
set_prop(vendor_init, vendor_freq_prop) set_prop(vendor_init, vendor_freq_prop)