summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Shmidt2015-01-15 12:35:54 -0600
committerDmitry Shmidt2015-01-15 12:35:54 -0600
commit33e4f4d81a23fa501fe9f8cd22f657097fa3fe55 (patch)
treef9a1bb4e1596a5e0ab8976f75513cd64c70588c1 /include/private/android_filesystem_config.h
parent4fca59181c838b91572d1b57cb74b26d0a70528f (diff)
downloadplatform-system-core-33e4f4d81a23fa501fe9f8cd22f657097fa3fe55.tar.gz
platform-system-core-33e4f4d81a23fa501fe9f8cd22f657097fa3fe55.tar.xz
platform-system-core-33e4f4d81a23fa501fe9f8cd22f657097fa3fe55.zip
android_filesystem: Remove setuid bits from tcpdump
Bug: 18669116 Change-Id: I25486f2fe0e994f569b788fc9f03ef6d383f54d4 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'include/private/android_filesystem_config.h')
-rw-r--r--include/private/android_filesystem_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 5d9c3ea72..2f528b95c 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[] = {
248 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" }, 248 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" },
249 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" }, 249 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" },
250 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, 250 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" },
251 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/tcpdump" },
252 { 04770, AID_ROOT, AID_RADIO, 0, "system/bin/pppd-ril" }, 251 { 04770, AID_ROOT, AID_RADIO, 0, "system/bin/pppd-ril" },
253 252
254 /* the following files have enhanced capabilities and ARE included in user builds. */ 253 /* the following files have enhanced capabilities and ARE included in user builds. */