diff options
| author | Stephen Smalley <sds@tycho.nsa.gov> | 2013-11-05 10:43:00 -0500 |
|---|---|---|
| committer | Stephen Smalley <sds@tycho.nsa.gov> | 2013-11-06 10:24:51 -0500 |
| commit | 46bcb5f7a64ccd440d5a292c7afd2e2b5c2bee4f (patch) | |
| tree | f4c9f1e02e26c86936b85afc10dbf106bb18bda5 | |
| parent | 3bd0e079a9d5321f952c2871fb453775810879f7 (diff) | |
| download | android_device_generic_goldfish-46bcb5f7a64ccd440d5a292c7afd2e2b5c2bee4f.tar.gz android_device_generic_goldfish-46bcb5f7a64ccd440d5a292c7afd2e2b5c2bee4f.tar.bz2 android_device_generic_goldfish-46bcb5f7a64ccd440d5a292c7afd2e2b5c2bee4f.zip | |
Drop setting of in_qemu boolean and restorecon /sys/qemu_trace.
The in_qemu boolean is unnecessary with the goldfish-specific rules
moved to their own goldfish-specific directory and the restorecon
/sys/qemu_trace is obsoleted by the init restorecon of /sys.
Change-Id: I1bdd80f641db05fef4714654515c1e1fbb259794
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
| -rw-r--r-- | init.goldfish.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init.goldfish.rc b/init.goldfish.rc index c850ba2..26e2608 100644 --- a/init.goldfish.rc +++ b/init.goldfish.rc @@ -13,10 +13,6 @@ on init symlink /storage/sdcard /mnt/sdcard on boot - setsebool in_qemu 1 - restorecon /sys/qemu_trace/process_name - restorecon /sys/qemu_trace/state - restorecon /sys/qemu_trace/symbol setprop ARGH ARGH setprop net.eth0.gw 10.0.2.2 setprop net.eth0.dns1 10.0.2.3 |
