diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-18 16:35:27 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-18 16:35:27 -0700 |
commit | b48acb0ebdc64d2f44cf869ac69aebbba2de192d (patch) | |
tree | 08ca8533cf9f049b349633042d10ddb24f68229d /include | |
parent | b76a63b7bbdf8f51c4e689e241fca6d3a0bc1b1c (diff) | |
parent | 328a4fb5354318783a41d78f2a6201d0d4912761 (diff) | |
download | core-b48acb0ebdc64d2f44cf869ac69aebbba2de192d.tar.gz core-b48acb0ebdc64d2f44cf869ac69aebbba2de192d.tar.bz2 core-b48acb0ebdc64d2f44cf869ac69aebbba2de192d.zip |
Merge change 1795 into donut
* changes:
Make /system/xbin/tcpdump setuid root.
Diffstat (limited to 'include')
-rw-r--r-- | include/private/android_filesystem_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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/*" }, |