Skip to content

Instantly share code, notes, and snippets.

Created November 7, 2012 03:54
Show Gist options
  • Save anonymous/4029488 to your computer and use it in GitHub Desktop.
Save anonymous/4029488 to your computer and use it in GitHub Desktop.
android_filesystem_config.h patch
--- android_filesystem_config.h.orig 2012-01-02 18:47:33.000000000 +0900
+++ android_filesystem_config.h 2012-11-07 12:52:57.160177583 +0900
@@ -205,6 +205,9 @@
{ 06755, AID_ROOT, AID_ROOT, "system/xbin/procmem" },
{ 06755, AID_ROOT, AID_ROOT, "system/xbin/tcpdump" },
{ 04770, AID_ROOT, AID_RADIO, "system/bin/pppd-ril" },
+ { 06755, AID_ROOT, AID_ROOT, "system/bin/setuid_wrapper" },
+ { 00755, AID_ROOT, AID_ROOT, "system/etc/install-recovery.sh" },
+ { 00755, AID_ROOT, AID_ROOT, "system/etc/rooting.sh" },
/* the following file is INTENTIONALLY set-uid, and IS included
* in user builds. */
{ 06750, AID_ROOT, AID_SHELL, "system/bin/run-as" },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment