mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
11-16 14:46:01.647 446 446 E SELinux : avc: denied { add } for pid=2502 uid=1083 name=uwb_vendor scontext=u:r:uwb_vendor_app:s0:c59,c260,c512,c768 tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=1
11-16 14:41:41.238 440 440 E SELinux : avc: denied { find } for pid=2555 uid=1083 name=hardware.qorvo.uwb.IUwb/default scontext=u:r:uwb_vendor_app:s0:c59,c260,c512,c768 tcontext=u:object_r:default_android_service:s0 tclass=service_manager permissive=1
Bug: 206331617
Bug: 206045471
Bug: 205904384
Test: boot with no zygote errors
Change-Id: I5fe048434d430120334d172481b9cc07cff141dd
11 lines
375 B
Plaintext
11 lines
375 B
Plaintext
type vendor_uwb_init, domain;
|
|
type vendor_uwb_init_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(vendor_uwb_init)
|
|
|
|
allow vendor_uwb_init vendor_shell_exec:file rx_file_perms;
|
|
allow vendor_uwb_init vendor_toolbox_exec:file rx_file_perms;
|
|
|
|
allow vendor_uwb_init uwb_data_vendor:file create_file_perms;
|
|
allow vendor_uwb_init uwb_data_vendor:dir w_dir_perms;
|