rootdir: init.rc: Allow all processes access to /data/dontpanic
***STOPSHIP*** Signed-off-by: San Mehat <san@google.com>
This commit is contained in:
parent
4599c1ff56
commit
82a6014d90
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ loglevel 3
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue