• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

system/corennnnn


Commit MetaInfo

Revisionba377b7816b8bc891e5ee9e33555a69c65e6cf68 (tree)
Zeit2016-11-09 00:27:15
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Allow all to execute su

The Superuser app can control how su is used.

Ändern Zusammenfassung

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