[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
9 lines
306 B
Text
9 lines
306 B
Text
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)
|