msm8226-common: Transition to consumerir HIDL hal

This commit is contained in:
matteo0026 2020-05-15 22:50:03 +02:00
parent a714638a5a
commit b0b25241c6
3 changed files with 2 additions and 3 deletions

View File

@ -24,6 +24,7 @@
/system/vendor/firmware/libpn547_fw.so u:object_r:nfc_fw_file:s0
# executeables
/(vendor|system/vendor)/bin/hw/android\.hardware\.ir@1\.0-service\.samsung u:object_r:hal_ir_default_exec:s0
/(vendor|system/vendor)/bin/hw/android\.hardware\.sensors@1\.0-service.samsung8226 u:object_r:hal_sensors_default_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.livedisplay@2\.0-service\.samsung-qcom u:object_r:hal_lineage_livedisplay_sysfs_exec:s0
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.touch@1\.0-service\.samsung u:object_r:hal_lineage_touch_default_exec:s0

View File

@ -1,3 +1,2 @@
allow hal_ir_default sysfs_sec_ir:dir search;
allow hal_ir_default sysfs_sec_ir:file { read write };
allow hal_ir_default sysfs_sec_ir:file open;
allow hal_ir_default sysfs_sec_ir:file w_file_perms;

View File

@ -10,7 +10,6 @@ allow system_server {
}:file r_file_perms;
allow system_server {
sysfs_sec_ir
sysfs_sec_led
sysfs_sec_touchkey
}:file w_file_perms;