mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: enable nfc for all a202f
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
3e8358f7a2
commit
ba4f5671b1
7 changed files with 3 additions and 10 deletions
|
|
@ -225,7 +225,7 @@
|
|||
|
||||
# Thermal
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.thermal@2\.0-service\.pixel u:object_r:hal_thermal_default_exec:s0
|
||||
/dev/thermal/(/.*)? u:object_r:thermal_link_device:s0
|
||||
/dev/thermal(/.*)? u:object_r:thermal_link_device:s0
|
||||
/vendor/bin/thermal_symlinks u:object_r:init-thermal-symlinks-sh_exec:s0
|
||||
|
||||
# SamsungParts
|
||||
|
|
|
|||
|
|
@ -8,3 +8,4 @@ allow init-thermal-symlinks-sh sysfs_thermal:dir r_dir_perms;
|
|||
allow init-thermal-symlinks-sh sysfs_thermal:file r_file_perms;
|
||||
allow init-thermal-symlinks-sh sysfs_thermal:lnk_file r_file_perms;
|
||||
set_prop(init-thermal-symlinks-sh, vendor_thermal_prop)
|
||||
allow init-thermal-symlinks-sh sysfs_virtual:dir search;
|
||||
|
|
|
|||
Loading…
Reference in a new issue