Add SELinux policy for ContentProtectionManagerService

Bug: 324348549
Test: build
Change-Id: Ieb319ed033d2fdb18cf76107c44cd6357221ecc4
This commit is contained in:
mrulhania 2024-02-08 19:17:28 +00:00 committed by Manjeet Rulhania
parent 1c9aa0cb18
commit 9a7700cd46
4 changed files with 4 additions and 0 deletions

View file

@ -407,6 +407,7 @@ var (
"security_state": EXCEPTION_NO_FUZZER,
"sec_key_att_app_id_provider": EXCEPTION_NO_FUZZER,
"selection_toolbar": EXCEPTION_NO_FUZZER,
"sensitive_content_protection_service": EXCEPTION_NO_FUZZER,
"sensorservice": EXCEPTION_NO_FUZZER,
"sensor_privacy": EXCEPTION_NO_FUZZER,
"serial": EXCEPTION_NO_FUZZER,

View file

@ -27,6 +27,7 @@
pm_archiving_enabled_prop
remote_auth_service
security_state_service
sensitive_content_protection_service
setupwizard_mode_prop
sysfs_sync_on_suspend
tv_ad_service

View file

@ -386,6 +386,7 @@ secure_element u:object_r:secure_element_service:s0
sec_key_att_app_id_provider u:object_r:sec_key_att_app_id_provider_service:s0
security_state u:object_r:security_state_service:s0
selection_toolbar u:object_r:selection_toolbar_service:s0
sensitive_content_protection_service u:object_r:sensitive_content_protection_service:s0
sensorservice u:object_r:sensorservice_service:s0
sensor_privacy u:object_r:sensor_privacy_service:s0
serial u:object_r:serial_service:s0

View file

@ -217,6 +217,7 @@ type search_ui_service, app_api_service, system_server_service, service_manager_
type sec_key_att_app_id_provider_service, app_api_service, system_server_service, service_manager_type;
type security_state_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type selection_toolbar_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type sensitive_content_protection_service, app_api_service, system_server_service, service_manager_type;
type sensorservice_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type sensor_privacy_service, app_api_service, ephemeral_app_api_service, system_server_service, service_manager_type;
type serial_service, system_api_service, system_server_service, service_manager_type;