mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 14:29:33 +00:00
[Problem] sepolicy denial during ShannonGbaService process
[Cause] Missing sepolicies
[Solution] Add net_domain(vendor_rcs_app) to give base set of
permissions required for network access
Bug: 235011726
Signed-off-by: Myung-jong Kim <mj610.kim@samsung.com>
Change-Id: Iaac1d7b5a4303338ed2c763b62714e14aed7d728
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
type vendor_rcs_app, domain;
|
|
app_domain(vendor_rcs_app)
|
|
net_domain(vendor_rcs_app)
|
|
|
|
allow vendor_rcs_app app_api_service:service_manager find;
|
|
allow vendor_rcs_app radio_service:service_manager find;
|
|
allow vendor_rcs_app hal_exynos_rild_hwservice:hwservice_manager find;
|
|
|
|
binder_call(vendor_rcs_app, rild)
|