universal7885: address denials for 7904

This commit is contained in:
roynatech2544 2021-12-05 17:29:51 +09:00
commit 4e8f041f6e
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
3 changed files with 5 additions and 0 deletions

View file

@ -5,6 +5,8 @@ on property:sys.boot_completed=1
on post-fs-data
rm /data/kmsg.txt
rm /data/misc/logd/logcat.txt
start kerneld
start logcatd
service kerneld /system/bin/sh -c "cat /proc/kmsg > /data/kmsg.txt"
class main

View file

@ -205,6 +205,7 @@
### VENDOR
/(vendor|system/vendor)/lib(64)?/hw/gralloc\.exynos7884B\.so u:object_r:same_process_hal_file:s0
/(vendor|system/vendor)/lib(64)?/hw/gralloc\.exynos7904\.so u:object_r:same_process_hal_file:s0
/(vendor|system/vendor)/lib(64)?/libion_exynos\.so u:object_r:same_process_hal_file:s0
/(vendor|system/vendor)/bin/main_abox u:object_r:abox_exec:s0
/(vendor|system/vendor)/bin/wlbtd u:object_r:wlbtd_exec:s0

View file

@ -20,3 +20,5 @@ allow hal_fingerprint_default sysfs_virtual:dir search;
allow hal_fingerprint_default sysfs_virtual:file r_file_perms;
allow hal_fingerprint_default goodix_device:chr_file rw_file_perms;
allow hal_fingerprint_default self:netlink_socket { bind create write read };