• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

system/core


コミットメタ情報

リビジョン67c245e8f73050d26c1d71492003d74c8edd2934 (tree)
日時2019-12-17 13:15:46
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

Allow all to execute su

Let the Superuser app control how su is used.

変更サマリ

差分

--- a/libcutils/fs_config.cpp
+++ b/libcutils/fs_config.cpp
@@ -197,7 +197,7 @@ static const struct fs_path_config android_files[] = {
197197 // the following two files are INTENTIONALLY set-uid, but they
198198 // are NOT included on user builds.
199199 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" },
200- { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
200+ { 04751, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
201201
202202 // the following files have enhanced capabilities and ARE included
203203 // in user builds.