From 328a4fb5354318783a41d78f2a6201d0d4912761 Mon Sep 17 00:00:00 2001 From: Dan Egnor Date: Fri, 15 May 2009 12:57:58 -0700 Subject: [PATCH] Make /system/xbin/tcpdump setuid root. --- include/private/android_filesystem_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 6ed551413..a4351aca7 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -172,6 +172,7 @@ static struct fs_path_config android_files[] = { { 06755, AID_ROOT, AID_ROOT, "system/xbin/librank" }, { 06755, AID_ROOT, AID_ROOT, "system/xbin/procrank" }, { 06755, AID_ROOT, AID_ROOT, "system/xbin/procmem" }, + { 06755, AID_ROOT, AID_ROOT, "system/xbin/tcpdump" }, { 00755, AID_ROOT, AID_SHELL, "system/bin/*" }, { 00755, AID_ROOT, AID_SHELL, "system/xbin/*" }, { 00750, AID_ROOT, AID_SHELL, "sbin/*" },