mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: address denials for 7904
This commit is contained in:
parent
8f272384d7
commit
4e8f041f6e
3 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Reference in a new issue