• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

修訂910af4129c21fe444260d7cb74cb190ce0bd51f8 (tree)
時間2016-08-18 17:03:58
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

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.

Change Summary

差異

--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -626,7 +626,7 @@ service console /system/bin/sh
626626 class core
627627 console
628628 disabled
629- user shell
629+# user shell
630630 group shell log readproc
631631 seclabel u:r:shell:s0
632632