• 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/core


Commit MetaInfo

Revision67c245e8f73050d26c1d71492003d74c8edd2934 (tree)
Time2019-12-17 13:15:46
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Allow all to execute su

Let the Superuser app control how su is used.

Change Summary

Incremental Difference

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