aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Egnor <egnor@google.com>2009-05-15 12:57:58 -0700
committerDan Egnor <egnor@google.com>2009-05-15 12:57:58 -0700
commit328a4fb5354318783a41d78f2a6201d0d4912761 (patch)
tree0011f283c64ecf032e2bfc94c0c77b87c5ef4688
parentb415390e74deae0f4c3eb43330c9f8708281acc5 (diff)
downloadsystem_core-328a4fb5354318783a41d78f2a6201d0d4912761.tar.gz
system_core-328a4fb5354318783a41d78f2a6201d0d4912761.tar.bz2
system_core-328a4fb5354318783a41d78f2a6201d0d4912761.zip
Make /system/xbin/tcpdump setuid root.
-rw-r--r--include/private/android_filesystem_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 6ed55141..a4351aca 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/*" },