• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

system/corennnnn


コミットメタ情報

リビジョン1804caf63f8adf6038ddb43fd7765c448a3532f1 (tree)
日時2016-12-09 15:55:09
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

Allow all to execute su

The Superuser app can control how su is used.

変更サマリ

差分

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