Merge "Add sepolicy rules for CpuMonitorService."

This commit is contained in:
Treehugger Robot 2023-03-28 21:02:14 +00:00 committed by Gerrit Code Review
commit 1ab1f7cd01
3 changed files with 3 additions and 0 deletions

View file

@ -217,6 +217,7 @@ var (
"country_detector": EXCEPTION_NO_FUZZER,
"coverage": EXCEPTION_NO_FUZZER,
"cpuinfo": EXCEPTION_NO_FUZZER,
"cpu_monitor": EXCEPTION_NO_FUZZER,
"credential": EXCEPTION_NO_FUZZER,
"crossprofileapps": EXCEPTION_NO_FUZZER,
"dataloader_manager": EXCEPTION_NO_FUZZER,

View file

@ -12,6 +12,7 @@
build_attestation_prop
composd_vm_art_prop
composd_vm_vendor_prop
cpu_monitor_service
credential_service
device_as_webcam
device_config_camera_native_prop

View file

@ -101,6 +101,7 @@ type country_detector_service, app_api_service, ephemeral_app_api_service, syste
# with EMMA_INSTRUMENT=true. We should consider locking this down in the future.
type coverage_service, system_server_service, service_manager_type;
type cpuinfo_service, system_api_service, system_server_service, service_manager_type;
type cpu_monitor_service, system_server_service, service_manager_type;
type credential_service, app_api_service, ephemeral_app_api_service, system_api_service, system_server_service, service_manager_type;
type dataloader_manager_service, system_server_service, service_manager_type;
type dbinfo_service, system_api_service, system_server_service, service_manager_type;