system/core
修订版 | 61b724c6ce26cbd9d267a277df8a88b1fde4ffa0 (tree) |
---|---|
时间 | 2019-12-17 13:15:46 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
init.rc: run the console shell as root
To make debugging easier.
@@ -836,7 +836,7 @@ service console /system/bin/sh | ||
836 | 836 | class core |
837 | 837 | console |
838 | 838 | disabled |
839 | - user shell | |
839 | +# user shell | |
840 | 840 | group shell log readproc |
841 | 841 | seclabel u:r:shell:s0 |
842 | 842 | setenv HOSTNAME console |