sm6225-common: sepolicy: Add binder call permissions for various HALs in system_app
This commit is contained in:
10
sepolicy/vendor/system_app.te
vendored
10
sepolicy/vendor/system_app.te
vendored
@@ -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 vendor_sysfs_battery_supply:dir { search };
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user