diff options
author | Dmitry Shmidt <dimitrysh@google.com> | 2015-01-15 10:35:54 -0800 |
---|---|---|
committer | Dmitry Shmidt <dimitrysh@google.com> | 2015-01-15 10:35:54 -0800 |
commit | 33e4f4d81a23fa501fe9f8cd22f657097fa3fe55 (patch) | |
tree | f9a1bb4e1596a5e0ab8976f75513cd64c70588c1 | |
parent | 4fca59181c838b91572d1b57cb74b26d0a70528f (diff) | |
download | system_core-33e4f4d81a23fa501fe9f8cd22f657097fa3fe55.zip system_core-33e4f4d81a23fa501fe9f8cd22f657097fa3fe55.tar.gz system_core-33e4f4d81a23fa501fe9f8cd22f657097fa3fe55.tar.bz2 |
android_filesystem: Remove setuid bits from tcpdump
Bug: 18669116
Change-Id: I25486f2fe0e994f569b788fc9f03ef6d383f54d4
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
-rw-r--r-- | include/private/android_filesystem_config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 5d9c3ea..2f528b9 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -248,7 +248,6 @@ static const struct fs_path_config android_files[] = { { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" }, { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" }, { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, - { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/tcpdump" }, { 04770, AID_ROOT, AID_RADIO, 0, "system/bin/pppd-ril" }, /* the following files have enhanced capabilities and ARE included in user builds. */ |