rootdir: init.rc: Allow all processes access to /data/dontpanic
***STOPSHIP***
Signed-off-by: San Mehat <san@google.com>
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 7d9869f..8365fd8 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -70,7 +70,8 @@
# storing dumps on platforms which do not have a dedicated dump partition.
mkdir /data/dontpanic
- chmod 0770 /data/dontpanic
+ # STOPSHIP!
+ chmod 0777 /data/dontpanic
# Collect apanic data, free resources and re-arm trigger
copy /proc/apanic_console /data/dontpanic/apanic_console