mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-02 02:28:22 +00:00
sepolicy: add net_domain macro for vendor_rcs_app
[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
This commit is contained in:
committed by
Sean.JS Tsai
parent
91a1f49a8a
commit
e2b042c307
@@ -1,5 +1,6 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user