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


Commit MetaInfo

Revision408b1393513486e8671186a0370e986118ad7e0b (tree)
Zeit2015-12-22 12:23:00
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/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -244,7 +244,7 @@ static const struct fs_path_config android_files[] = {
244244
245245 /* the following five files are INTENTIONALLY set-uid, but they
246246 * are NOT included on user builds. */
247- { 04750, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
247+ { 04751, AID_ROOT, AID_SHELL, 0, "system/xbin/su" },
248248 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" },
249249 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" },
250250 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" },