diff --git a/healthd.te b/healthd.te
index a788236cf4b00e35d3e7dc947f3f21c041f39339..e7e165a84a504e3474134b4606a1f8c27b062ac3 100644
--- a/healthd.te
+++ b/healthd.te
@@ -22,6 +22,12 @@ allow healthd sysfs:file write;
 ### healthd: charger mode
 ###
 
+# Read /sys/fs/pstore/console-ramoops
+# Don't worry about overly broad permissions for now, as there's
+# only one file in /sys/fs/pstore
+allow healthd pstorefs:dir r_dir_perms;
+allow healthd pstorefs:file r_file_perms;
+
 allow healthd graphics_device:dir r_dir_perms;
 allow healthd graphics_device:chr_file rw_file_perms;
 allow healthd input_device:dir r_dir_perms;