am 9481266e
: init.rc: chmod slabinfo to 440 to capture slabinfo in BRs
* commit '9481266ea360e0a8f326fec1106ea445f2ef883c': init.rc: chmod slabinfo to 440 to capture slabinfo in BRs
This commit is contained in:
commit
507a855cc3
1 changed files with 3 additions and 0 deletions
|
@ -155,6 +155,9 @@ on post-fs
|
|||
chown root log /proc/vmallocinfo
|
||||
chmod 0440 /proc/vmallocinfo
|
||||
|
||||
chown root log /proc/slabinfo
|
||||
chmod 0440 /proc/slabinfo
|
||||
|
||||
#change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks
|
||||
chown root system /proc/kmsg
|
||||
chmod 0440 /proc/kmsg
|
||||
|
|
Loading…
Reference in a new issue