Add system_boot_reason read access to priv_app
Bug: 313449183
Test: manually done
Ignore-AOSP-First: Read access of sys boot reason
Change-Id: Ia3c8bcddaed44d4dd03df6d504fecb61d999cbec
diff --git a/private/priv_app.te b/private/priv_app.te
index cadefe1..a2f02c2 100644
--- a/private/priv_app.te
+++ b/private/priv_app.te
@@ -179,6 +179,9 @@
# allow privileged apps to read the device config flags.
get_prop(priv_app, device_config_aconfig_flags_prop)
+# allow privileged apps to read boot reason property
+get_prop(priv_app, system_boot_reason_prop)
+
# Required for Phonesky to be able to read APEX files under /data/apex/active/.
allow priv_app apex_data_file:dir search;
allow priv_app staging_data_file:file r_file_perms;