summaryrefslogtreecommitdiff
path: root/system/core/core.git-1.patch
blob: 708c656dad24db9c18d6d7acba477ac14a3b4db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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