mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-01-29 00:28:17 +00:00
Fix: 322417347 Test: make selinux_policy Change-Id: I467667b3a824a2e8b93e47c61c28ed9015fd44c3
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;
|
|
')
|