Allow ota_preopt to read runtime properties.
Test: m Bug: 126646365 Change-Id: I20770fd73b8ccc876c3d9042074a754d89e324a2
This commit is contained in:
parent
67e14adba6
commit
400147579a
1 changed files with 4 additions and 0 deletions
|
@ -62,3 +62,7 @@ allow postinstall_dexopt postinstall:process sigchld;
|
|||
# Allow otapreopt to use file descriptors from otapreopt_chroot.
|
||||
# TODO: Probably we can actually close file descriptors...
|
||||
allow postinstall_dexopt otapreopt_chroot:fd use;
|
||||
|
||||
# Allow postinstall_dexopt to access the runtime feature flag properties.
|
||||
get_prop(postinstall_dexopt, device_config_runtime_native_prop)
|
||||
get_prop(postinstall_dexopt, device_config_runtime_native_boot_prop)
|
||||
|
|
Loading…
Reference in a new issue