diff --git a/dumpstate.te b/dumpstate.te
index 4eb72382ab1a5e2370cfc0f72433bbd266f74c0e..e4d6dc9e6b1ac565f890ba0cec5ccccb57b73d88 100644
--- a/dumpstate.te
+++ b/dumpstate.te
@@ -35,6 +35,10 @@ allow dumpstate system_data_file:file r_file_perms;
 allow dumpstate self:capability2 syslog;
 allow dumpstate kernel:system syslog_read;
 
+# Read /sys/fs/pstore/console-ramoops
+allow dumpstate pstorefs:dir r_dir_perms;
+allow dumpstate pstorefs:file r_file_perms;
+
 # Get process attributes
 allow dumpstate domain:process getattr;