Merge "SELinux allow listing core_experiements_team_internal namespace" into main am: d0042c6e99
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2675539 Change-Id: I234aa003d11f42376a6a836c0716165e8e6e0e31 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
5d837ee749
5 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
credential_service
|
||||
device_as_webcam
|
||||
device_config_camera_native_prop
|
||||
device_config_core_experiments_team_internal_prop
|
||||
device_config_edgetpu_native_prop
|
||||
device_config_memory_safety_native_boot_prop
|
||||
device_config_memory_safety_native_prop
|
||||
|
|
|
@ -3,6 +3,7 @@ typeattribute flags_health_check coredomain;
|
|||
init_daemon_domain(flags_health_check)
|
||||
|
||||
set_prop(flags_health_check, device_config_boot_count_prop)
|
||||
set_prop(flags_health_check, device_config_core_experiments_team_internal_prop)
|
||||
set_prop(flags_health_check, device_config_edgetpu_native_prop)
|
||||
set_prop(flags_health_check, device_config_reset_performed_prop)
|
||||
set_prop(flags_health_check, device_config_runtime_native_boot_prop)
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
system_internal_prop(adbd_prop)
|
||||
system_internal_prop(apexd_payload_metadata_prop)
|
||||
system_internal_prop(ctl_snapuserd_prop)
|
||||
system_internal_prop(device_config_core_experiments_team_internal_prop)
|
||||
system_internal_prop(device_config_lmkd_native_prop)
|
||||
system_internal_prop(device_config_mglru_native_prop)
|
||||
system_internal_prop(device_config_profcollect_native_boot_prop)
|
||||
|
|
|
@ -253,6 +253,7 @@ persist.device_config.attempted_boot_count u:object_r:device_config_boo
|
|||
persist.device_config.camera_native. u:object_r:device_config_camera_native_prop:s0
|
||||
persist.device_config.configuration. u:object_r:device_config_configuration_prop:s0
|
||||
persist.device_config.connectivity. u:object_r:device_config_connectivity_prop:s0
|
||||
persist.device_config.core_experiments_team_internal. u:object_r:device_config_core_experiments_team_internal_prop:s0
|
||||
persist.device_config.edgetpu_native. u:object_r:device_config_edgetpu_native_prop:s0
|
||||
persist.device_config.input_native_boot. u:object_r:device_config_input_native_boot_prop:s0
|
||||
persist.device_config.lmkd_native. u:object_r:device_config_lmkd_native_prop:s0
|
||||
|
|
|
@ -743,6 +743,7 @@ set_prop(system_server, ctl_gsid_prop)
|
|||
set_prop(system_server, cppreopt_prop)
|
||||
|
||||
# server configurable flags properties
|
||||
set_prop(system_server, device_config_core_experiments_team_internal_prop)
|
||||
set_prop(system_server, device_config_edgetpu_native_prop)
|
||||
set_prop(system_server, device_config_input_native_boot_prop)
|
||||
set_prop(system_server, device_config_netd_native_prop)
|
||||
|
@ -1312,6 +1313,7 @@ neverallow {
|
|||
-system_server
|
||||
-flags_health_check
|
||||
} {
|
||||
device_config_core_experiments_team_internal_prop
|
||||
device_config_activity_manager_native_boot_prop
|
||||
device_config_connectivity_prop
|
||||
device_config_input_native_boot_prop
|
||||
|
|
Loading…
Reference in a new issue