• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

system/corennnnn


コミットメタ情報

リビジョン275967b59ac6155d50b550a4962d83440df62bf5 (tree)
日時2016-07-27 03:49:13
作者Chih-Wei Huang <cwhuang@linu...>
コミッターJaap Jan Meijer

ログメッセージ

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.

変更サマリ

差分

--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -590,7 +590,7 @@ service console /system/bin/sh
590590 class core
591591 console
592592 disabled
593- user shell
593+# user shell
594594 group shell log
595595 seclabel u:r:shell:s0
596596
@@ -658,7 +658,7 @@ service ril-daemon /system/bin/rild
658658
659659 service surfaceflinger /system/bin/surfaceflinger
660660 class core
661- user system
661+# user system
662662 group graphics drmrpc
663663 onrestart restart zygote
664664