mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Allow network access to google_camera_app domain
Test: New features in app that use the network function as expected Bug: 63058578 Bug: 62848290 Change-Id: I129a57e2837f180e722bef4a3a05756acb150c0f
This commit is contained in:
1
sepolicy/vendor/google_camera_app.te
vendored
1
sepolicy/vendor/google_camera_app.te
vendored
@@ -1,6 +1,7 @@
|
||||
type google_camera_app, domain, coredomain;
|
||||
|
||||
app_domain(google_camera_app)
|
||||
net_domain(google_camera_app)
|
||||
|
||||
# Access standard system services
|
||||
allow google_camera_app app_api_service:service_manager find;
|
||||
|
||||
Reference in New Issue
Block a user