aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wang <johnwang@google.com>2009-10-13 12:00:40 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2009-10-13 12:00:40 -0700
commitd98635c7ae1cb1ddb1213f4277d568cb519708e6 (patch)
tree38122f27a83f875ec553d8d667d650c280fec3cd
parent02120026e8e9d4010ab64e093254233517e6fe55 (diff)
parentaae5b1d11e98c705084b28da604735387ae1eb8d (diff)
downloadsystem_core-d98635c7ae1cb1ddb1213f4277d568cb519708e6.tar.gz
system_core-d98635c7ae1cb1ddb1213f4277d568cb519708e6.tar.bz2
system_core-d98635c7ae1cb1ddb1213f4277d568cb519708e6.zip
am aae5b1d1: Merge branch \'eclair-plus-aosp\' of ssh://android-git.corp.google.com:29418/platform/system/core into eclair-mr2-plus-aosp
Merge commit 'aae5b1d11e98c705084b28da604735387ae1eb8d' * commit 'aae5b1d11e98c705084b28da604735387ae1eb8d': Make vmallocinfo readable by group log so we can put it in bugreports
-rw-r--r--rootdir/init.rc4
1 files changed, 4 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index d5026289..e07e106c 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -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