mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-02-01 07:33:36 +00:00
Address following denials:
denied { read } for pid=746 comm="audioserver" name="hw_platform"
dev="sysfs" ino=50308 scontext=u:r:audioserver:s0
tcontext=u:object_r:sysfs_soc:s0 tclass=file
denied { search } for pid=757 comm="audioserver" name="soc0" dev="sysfs"
ino=50280 scontext=u:r:audioserver:s0 tcontext=u:object_r:sysfs_soc:s0
tclass=dir
Bug: 34784662
Test: The above denials are no longer present during boot
Change-Id: I8448bdb5fdf692fda342c11500c0bc45419ae6e9
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
binder_call(audioserver, bootanim)
|
|
|
|
allow audioserver perfd_socket:sock_file write;
|
|
|
|
allow audioserver sysfs_soc:file r_file_perms;
|
|
allow audioserver sysfs_soc:dir search;
|