• 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

Revision0fb1d59456672c9b8ebd7556bfccb586a6aba73b (tree)
Zeit2016-08-18 17:03:58
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
@@ -135,7 +135,7 @@ static const struct fs_path_config android_files[] = {
135135
136136 /* the following two files are INTENTIONALLY set-uid, but they
137137 * are NOT included on user builds. */
138- { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
138+ { 04751, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
139139 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" },
140140 { 04750, AID_ROOT, AID_RADIO, 0, "system/bin/pppd" },
141141