diff --git a/private/system_server_startup.te b/private/system_server_startup.te index 902941ed4..330130473 100644 --- a/private/system_server_startup.te +++ b/private/system_server_startup.te @@ -14,3 +14,7 @@ allow system_server_startup system_server:process dyntransition; # Child of the zygote. allow system_server_startup zygote:process sigchld; + +# Allow query ART device config properties +get_prop(system_server_startup, device_config_runtime_native_boot_prop) +get_prop(system_server_startup, device_config_runtime_native_prop)