• 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

修訂8e851cb8c31d68ab957a3c1d8f04052ff8a71114 (tree)
時間2016-11-09 00:27:15
作者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
@@ -644,7 +644,7 @@ service console /system/bin/sh
644644 class core
645645 console
646646 disabled
647- user shell
647+# user shell
648648 group shell log readproc
649649 seclabel u:r:shell:s0
650650