diff options
| author | David 'Digit' Turner <digit@google.com> | 2011-09-16 17:02:51 +0200 |
|---|---|---|
| committer | David 'Digit' Turner <digit@google.com> | 2011-09-16 17:02:51 +0200 |
| commit | beec0066fcef96a8db8347bc0e6967eabca1d299 (patch) | |
| tree | 0733e0a2c674647cc313ec3a0c1b4e297903f6fd | |
| parent | 8f1f5b061f12fd0b155c70b46796f1605e8bf292 (diff) | |
| download | system_core-beec0066fcef96a8db8347bc0e6967eabca1d299.tar.gz system_core-beec0066fcef96a8db8347bc0e6967eabca1d299.tar.bz2 system_core-beec0066fcef96a8db8347bc0e6967eabca1d299.zip | |
emulator: allow /dev/qemu_pipe access
This patch is necessary to allow normal applications to access the
special /dev/qemu_pipe device file at runtime. This is used to provide
a high-speed communication channel with the emulator.
Needed by OpenGLES emulation.
Change-Id: Ic266bdcc4fd069d2b4355e6ea81723296a1a21d1
| -rw-r--r-- | rootdir/ueventd.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/ueventd.rc b/rootdir/ueventd.rc index b5346694..254a1cf5 100644 --- a/rootdir/ueventd.rc +++ b/rootdir/ueventd.rc @@ -65,6 +65,7 @@ /dev/snd/mixer 0660 system audio /dev/smd0 0640 radio radio /dev/qemu_trace 0666 system system +/dev/qemu_pipe 0666 system system /dev/qmi 0640 radio radio /dev/qmi0 0640 radio radio /dev/qmi1 0640 radio radio |
