am 230cb33f: Make /proc/kmsg and /proc/sysrq-trigger system-process-readable

Merge commit '230cb33fd1ab335c6f808c72db891993b00110a0' into froyo-plus-aosp

* commit '230cb33fd1ab335c6f808c72db891993b00110a0':
  Make /proc/kmsg and /proc/sysrq-trigger system-process-readable
This commit is contained in:
Christopher Tate 2010-06-02 11:18:36 -07:00 committed by Android Git Automerger
commit b1fb3bd13a
1 changed files with 6 additions and 0 deletions

View File

@ -122,6 +122,12 @@ loglevel 3
chown root log /proc/vmallocinfo
chmod 0440 /proc/vmallocinfo
#change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks
chown root system /proc/kmsg
chmod 0440 /proc/kmsg
chown root system /proc/sysrq-trigger
chmod 0220 /proc/sysrq-trigger
# create basic filesystem structure
mkdir /data/misc 01771 system misc
mkdir /data/misc/bluetoothd 0770 bluetooth bluetooth