summaryrefslogtreecommitdiff
path: root/system/core/core.git-1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/core.git-1.patch')
-rw-r--r--system/core/core.git-1.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/system/core/core.git-1.patch b/system/core/core.git-1.patch
new file mode 100644
index 0000000..708c656
--- /dev/null
+++ b/system/core/core.git-1.patch
@@ -0,0 +1,26 @@
+From df499fb8cb288e7821baabed0556068028de1dce Mon Sep 17 00:00:00 2001
+From: Amit Pundir <amit.pundir@linaro.org>
+Date: Sun, 10 Nov 2013 14:17:48 +0530
+Subject: [PATCH] init.rc: launch shell as root
+
+Change-Id: Ifecf06f2af7f0bf1d41d5f8b67d1733b3c1d9bee
+Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
+---
+ rootdir/init.rc | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/rootdir/init.rc b/rootdir/init.rc
+index a0a9813..1bee773 100644
+--- a/rootdir/init.rc
++++ b/rootdir/init.rc
+@@ -425,7 +425,6 @@ service console /system/bin/sh
+ class core
+ console
+ disabled
+- user shell
+ group log
+
+ on property:ro.debuggable=1
+--
+1.7.9.5
+