mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
git-subtree-dir: sepolicy git-subtree-mainline:5ac4bfe691git-subtree-split:8c9dd0dbcdChange-Id: If7ab7a231c42edd022de4786d0e0d92c6e77eef0
19 lines
761 B
Plaintext
19 lines
761 B
Plaintext
typeattribute debug_camera_app coredomain;
|
|
|
|
userdebug_or_eng(`
|
|
app_domain(debug_camera_app)
|
|
net_domain(debug_camera_app)
|
|
|
|
allow debug_camera_app app_api_service:service_manager find;
|
|
allow debug_camera_app audioserver_service:service_manager find;
|
|
allow debug_camera_app cameraserver_service:service_manager find;
|
|
allow debug_camera_app mediaextractor_service:service_manager find;
|
|
allow debug_camera_app mediametrics_service:service_manager find;
|
|
allow debug_camera_app mediaserver_service:service_manager find;
|
|
|
|
# Allows GCA_Eng & GCA-Next to access the PowerHAL.
|
|
hal_client_domain(debug_camera_app, hal_power)
|
|
# Follow priv-app symlinks. This is used for dynamite functionality.
|
|
allow debug_camera_app privapp_data_file:lnk_file r_file_perms;
|
|
')
|