Merge "property_contexts: Add ro.lmk.filecache_min_kb property context" into sc-dev
diff --git a/prebuilts/api/31.0/private/postinstall_dexopt.te b/prebuilts/api/31.0/private/postinstall_dexopt.te
index 94af043..2fdc941 100644
--- a/prebuilts/api/31.0/private/postinstall_dexopt.te
+++ b/prebuilts/api/31.0/private/postinstall_dexopt.te
@@ -32,6 +32,9 @@
allow postinstall_dexopt tmpfs:file read;
+# Allow access odsign verification status
+get_prop(postinstall_dexopt, odsign_prop)
+
# Allow access to /postinstall/apex.
allow postinstall_dexopt postinstall_apex_mnt_dir:dir { getattr search };
diff --git a/private/postinstall_dexopt.te b/private/postinstall_dexopt.te
index 94af043..2fdc941 100644
--- a/private/postinstall_dexopt.te
+++ b/private/postinstall_dexopt.te
@@ -32,6 +32,9 @@
allow postinstall_dexopt tmpfs:file read;
+# Allow access odsign verification status
+get_prop(postinstall_dexopt, odsign_prop)
+
# Allow access to /postinstall/apex.
allow postinstall_dexopt postinstall_apex_mnt_dir:dir { getattr search };