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:
parent
91a1f49a8a
commit
e2b042c307
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue