diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-06 15:22:11 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-06 15:22:11 -0700 |
commit | 493726bc8100d227acb09985db1c91e621919c3f (patch) | |
tree | af190e599ba5eeb34cdd72bf2cd7abbfc0a5961d /init/devices.c | |
parent | 06c6589b1078a73ce25680f951356b1075418441 (diff) | |
parent | 27808271934622e6473d7d664303fa3efb4cd662 (diff) | |
download | system_core-493726bc8100d227acb09985db1c91e621919c3f.zip system_core-493726bc8100d227acb09985db1c91e621919c3f.tar.gz system_core-493726bc8100d227acb09985db1c91e621919c3f.tar.bz2 |
am 2780827: Merge change 1005 into donut
Merge commit '27808271934622e6473d7d664303fa3efb4cd662'
* commit '27808271934622e6473d7d664303fa3efb4cd662':
Make the /dev/qemu_trace device readable and writable by all.
Diffstat (limited to 'init/devices.c')
-rw-r--r-- | init/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/devices.c b/init/devices.c index e0b1f1f..c38b063 100644 --- a/init/devices.c +++ b/init/devices.c @@ -126,6 +126,7 @@ static struct perms_ devperms[] = { { "/dev/msm_audpre", 0660, AID_SYSTEM, AID_AUDIO, 0 }, { "/dev/htc-acoustic", 0660, AID_SYSTEM, AID_AUDIO, 0 }, { "/dev/smd0", 0640, AID_RADIO, AID_RADIO, 0 }, + { "/dev/qemu_trace", 0666, AID_SYSTEM, AID_SYSTEM, 0 }, { "/dev/qmi", 0640, AID_RADIO, AID_RADIO, 0 }, { "/dev/qmi0", 0640, AID_RADIO, AID_RADIO, 0 }, { "/dev/qmi1", 0640, AID_RADIO, AID_RADIO, 0 }, |