sm6225-common: sepolicy: Add binder call permissions for various HALs in system_app

This commit is contained in:
Saroj-Tajpuriya
2025-11-26 18:03:23 +01:00
committed by Liekoo
parent bdede2db9c
commit 55f4f5b4d4

View File

@@ -15,3 +15,13 @@ allow system_app sysfs_thermal:file rw_file_perms;
allow system_app sysfs_fastcharge:file rw_file_perms; allow system_app sysfs_fastcharge:file rw_file_perms;
allow system_app vendor_sysfs_battery_supply:dir { search }; allow system_app vendor_sysfs_battery_supply:dir { search };
allow system_app vendor_sysfs_battery_supply:file rw_file_perms; allow system_app vendor_sysfs_battery_supply:file rw_file_perms;
# binder call perms
allow system_app hal_fingerprint_default:binder call;
allow system_app hal_audio_default:binder call;
allow system_app hal_bootctl_default:binder call;
allow system_app vendor_hal_gnss_qti:binder call;
allow system_app hal_health_default:binder call;
allow system_app hal_nfc_default:binder call;
allow system_app hal_power_default:binder call;
allow system_app vendor_hal_keymint_qti:binder call;