diff --git a/private/keystore.te b/private/keystore.te
index 90c4727059e22600674e9401793ad910474e2b8b..7f71028ba3693bf8b04a7148b1afd0190d1790e4 100644
--- a/private/keystore.te
+++ b/private/keystore.te
@@ -14,3 +14,6 @@ allow keystore platform_app:binder call;
 # Offer the Wifi Keystore HwBinder service
 typeattribute keystore wifi_keystore_service_server;
 add_hwservice(keystore, system_wifi_keystore_hwservice)
+
+# Allow to check whether security logging is enabled.
+get_prop(keystore, device_logging_prop)