mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
SELinux : avc: denied { find } for pid=1763 uid=10201 name=isub scontext=u:r:vendor_qualifiednetworks_app:s0:c201,c256,c512,c768 tcontext=u:object_r:radio_service:s0 tclass=service_manager permissive=1
Bug: 204718865
Test: The error is gone after applying the patch.
Change-Id: I77d5f550614e1d63ab1547fc8d0ad1b70f72bed8
6 lines
229 B
Plaintext
6 lines
229 B
Plaintext
type vendor_qualifiednetworks_app, domain;
|
|
app_domain(vendor_qualifiednetworks_app)
|
|
|
|
allow vendor_qualifiednetworks_app app_api_service:service_manager find;
|
|
allow vendor_qualifiednetworks_app radio_service:service_manager find;
|