system/corennnnn
修訂 | 910af4129c21fe444260d7cb74cb190ce0bd51f8 (tree) |
---|---|
時間 | 2016-08-18 17:03:58 |
作者 | 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.
@@ -626,7 +626,7 @@ service console /system/bin/sh | ||
626 | 626 | class core |
627 | 627 | console |
628 | 628 | disabled |
629 | - user shell | |
629 | +# user shell | |
630 | 630 | group shell log readproc |
631 | 631 | seclabel u:r:shell:s0 |
632 | 632 |