diff --git a/recovery.te b/recovery.te
index 61c42b1380c118097562388eac9fca84539e786e..87b6b5bb5c986470bdfc7f9c7a5f804212129b5d 100644
--- a/recovery.te
+++ b/recovery.te
@@ -50,6 +50,8 @@ recovery_only(`
   # TODO: create more specific label?
   allow recovery sysfs:file w_file_perms;
 
+  access_kmsg(recovery)
+
   # Access /dev/android_adb or /dev/usb-ffs/adb/ep0
   allow recovery adb_device:chr_file rw_file_perms;
   allow recovery functionfs:dir search;