system/corennnnn
修訂 | 8e851cb8c31d68ab957a3c1d8f04052ff8a71114 (tree) |
---|---|
時間 | 2016-11-09 00:27:15 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
init.rc: let some services run as root
The surfaceflinger needs root permission to control vt.
Run the console shell as root to make debugging easier.
@@ -644,7 +644,7 @@ service console /system/bin/sh | ||
644 | 644 | class core |
645 | 645 | console |
646 | 646 | disabled |
647 | - user shell | |
647 | +# user shell | |
648 | 648 | group shell log readproc |
649 | 649 | seclabel u:r:shell:s0 |
650 | 650 |