Skip to content
Snippets Groups Projects
Commit 5cdd2f5e authored by Nandana Dutt's avatar Nandana Dutt
Browse files

Add sepolicy for BugreportManagerService

BUG:111441001
Test: boots
Change-Id: I71a54e8335c5ce7f9d97af3dbbd62e663bb66d33
parent 9e332a59
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
apexd_tmpfs
biometric_service
bpf_progs_loaded_prop
bugreport_service
content_capture_service
content_suggestions_service
cpu_variant_prop
......
......@@ -25,6 +25,7 @@ biometric u:object_r:biometric_service:s0
bluetooth_manager u:object_r:bluetooth_manager_service:s0
bluetooth u:object_r:bluetooth_service:s0
broadcastradio u:object_r:broadcastradio_service:s0
bugreport u:object_r:bugreport_service:s0
carrier_config u:object_r:radio_service:s0
clipboard u:object_r:clipboard_service:s0
com.android.net.IProxyService u:object_r:IProxyService_service:s0
......
......@@ -91,6 +91,7 @@ type dropbox_service, app_api_service, ephemeral_app_api_service, system_server_
type lowpan_service, system_api_service, system_server_service, service_manager_type;
type ethernet_service, app_api_service, system_server_service, service_manager_type;
type biometric_service, app_api_service, system_server_service, service_manager_type;
type bugreport_service, system_api_service, system_server_service, service_manager_type;
type face_service, app_api_service, system_server_service, service_manager_type;
type fingerprint_service, app_api_service, system_server_service, service_manager_type;
type gfxinfo_service, system_api_service, system_server_service, service_manager_type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment