am bdf53e2a: Merge "Do not change ownership on /sys/fs/selinux/enforce."

* commit 'bdf53e2a59654d2b1e8469616f1b0175b275219d':
  Do not change ownership on /sys/fs/selinux/enforce.
diff --git a/rootdir/init.rc b/rootdir/init.rc
index d1822cf..a2f5da1 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -139,6 +139,11 @@
 # checker programs.
     mkdir /dev/fscklogs 0770 root system
 
+# pstore/ramoops previous console log
+    mount pstore pstore /sys/fs/pstore
+    chown system log /sys/fs/pstore/console-ramoops
+    chmod 0440 /sys/fs/pstore/console-ramoops
+
 on post-fs
     # once everything is setup, no need to modify /
     mount rootfs rootfs / ro remount