mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Transition to consumerir HIDL hal
This commit is contained in:
parent
a714638a5a
commit
b0b25241c6
3 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue