• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

system/corennnnn


Commit MetaInfo

Revisão275967b59ac6155d50b550a4962d83440df62bf5 (tree)
Hora2016-07-27 03:49:13
AutorChih-Wei Huang <cwhuang@linu...>
CommiterJaap Jan Meijer

Mensagem de Log

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.

Mudança Sumário

Diff

--- 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