summaryrefslogtreecommitdiffstats
path: root/init.ranchu.rc
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2017-08-29 12:21:07 -0700
committerbohu <bohu@google.com>2017-10-27 08:37:58 -0700
commitb7cfb88be97556a46f1025bf43bd5e3905df0b9b (patch)
tree77230bded72ac239368d909951d5e9a526de88b0 /init.ranchu.rc
parentde5b528014910681158eaac60c42cd2be0745711 (diff)
downloadandroid_device_generic_goldfish-b7cfb88be97556a46f1025bf43bd5e3905df0b9b.tar.gz
android_device_generic_goldfish-b7cfb88be97556a46f1025bf43bd5e3905df0b9b.tar.bz2
android_device_generic_goldfish-b7cfb88be97556a46f1025bf43bd5e3905df0b9b.zip
goldfish: update to 331578d04
commit 331578d0432bada74fe7640f2fcbb360b6c21109 Author: bohu <bohu@google.com> Date: Fri Aug 18 11:57:48 2017 -0700 goldfish: update sepolicy version Change-Id: I4e18a3a68ace3f350b08353303d4f30a1147d998 Merged-In: I4e18a3a68ace3f350b08353303d4f30a1147d998 Merged-In: I7964f918a784b003f4a79cc72c003e38d7b917cd Merged-In: I90753b7070b840233cbfe0a0b1d3e8ea1b5cf269
Diffstat (limited to 'init.ranchu.rc')
-rw-r--r--init.ranchu.rc5
1 files changed, 3 insertions, 2 deletions
diff --git a/init.ranchu.rc b/init.ranchu.rc
index 9291c23..c3cc065 100644
--- a/init.ranchu.rc
+++ b/init.ranchu.rc
@@ -12,6 +12,7 @@ on init
on post-fs-data
setprop vold.post_fs_data_done 1
+
on boot
setprop net.eth0.gw 10.0.2.2
setprop net.eth0.dns1 10.0.2.3
@@ -89,7 +90,7 @@ service ranchu-net /vendor/bin/init.ranchu-net.sh
# might read them (e.g. surface flinger), so define it in
# class 'core'
#
-service qemu-props /system/bin/qemu-props
+service qemu-props /vendor/bin/qemu-props
class core
user root
group root
@@ -115,7 +116,7 @@ service fingerprintd /system/bin/fingerprintd
user system
service bugreport /system/bin/dumpstate -d -p -B \
- -o /data/data/com.android.shell/files/bugreports/bugreport
+ -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
class main
disabled
oneshot