• 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ão1804caf63f8adf6038ddb43fd7765c448a3532f1 (tree)
Hora2016-12-09 15:55:09
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Mensagem de Log

Allow all to execute su

The Superuser app can control how su is used.

Mudança Sumário

Diff

--- a/libcutils/fs_config.c
+++ b/libcutils/fs_config.c
@@ -136,7 +136,7 @@ static const struct fs_path_config android_files[] = {
136136
137137 /* the following two files are INTENTIONALLY set-uid, but they
138138 * are NOT included on user builds. */
139- { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
139+ { 04751, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
140140 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" },
141141 { 04750, AID_ROOT, AID_RADIO, 0, "system/bin/pppd" },
142142