universal7885: enable nfc for all a202f

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-12-10 15:23:50 +09:00
commit ba4f5671b1
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
7 changed files with 3 additions and 10 deletions

View file

@ -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

View file

@ -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;