rootdir: access to pstore denied to bootstat
Test: boot_reason_test.sh Bug: 110925971 Change-Id: Iba7b7325fe8c9ad18a7f8dbda550d6008400693e
This commit is contained in:
parent
384a6820cb
commit
7ab805ea1d
|
@ -227,6 +227,8 @@ on init
|
|||
|
||||
# pstore/ramoops previous console log
|
||||
mount pstore pstore /sys/fs/pstore nodev noexec nosuid
|
||||
chown system log /sys/fs/pstore
|
||||
chmod 0550 /sys/fs/pstore
|
||||
chown system log /sys/fs/pstore/console-ramoops
|
||||
chmod 0440 /sys/fs/pstore/console-ramoops
|
||||
chown system log /sys/fs/pstore/console-ramoops-0
|
||||
|
|
Loading…
Reference in New Issue