am ea935c1d: Merge change I7b04795c into eclair

Merge commit 'ea935c1d9771fa2cc00583720586c209463f2791' into eclair-plus-aosp

* commit 'ea935c1d9771fa2cc00583720586c209463f2791':
  Make vmallocinfo readable by group log so we can put it in bugreports
This commit is contained in:
Rebecca Schultz Zavin 2009-10-08 16:20:34 -07:00 committed by Android Git Automerger
commit 19257e7c00
1 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,10 @@ loglevel 3
chown system system /cache/recovery
chmod 0770 /cache/recovery
#change permissions on vmallocinfo so we can grab it from bugreports
chown root log /proc/vmallocinfo
chmod 0440 /proc/vmallocinfo
# create basic filesystem structure
mkdir /data/misc 01771 system misc
mkdir /data/misc/bluetoothd 0770 bluetooth bluetooth