diff options
author | Android (Google) Code Review <android-gerrit@google.com> | 2009-05-18 23:56:52 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-18 23:56:52 -0700 |
commit | 85246fee8547e1db3d1019c1e66ffee236bcf206 (patch) | |
tree | da0c1793dce97db51ed88e0fb9ef48124b44d1d0 /include | |
parent | e78bd6a00d0be0df66c4a7ea068c8d33c756b037 (diff) | |
parent | b48acb0ebdc64d2f44cf869ac69aebbba2de192d (diff) | |
download | system_core-85246fee8547e1db3d1019c1e66ffee236bcf206.zip system_core-85246fee8547e1db3d1019c1e66ffee236bcf206.tar.gz system_core-85246fee8547e1db3d1019c1e66ffee236bcf206.tar.bz2 |
am b48acb0e: Merge change 1795 into donut
Merge commit 'b48acb0ebdc64d2f44cf869ac69aebbba2de192d'
* commit 'b48acb0ebdc64d2f44cf869ac69aebbba2de192d':
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 6ed5514..a4351ac 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/*" }, |