From 3e1aac6c4d656d09043cef114e38e4b3f42378f5 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Mon, 8 Mar 2010 11:36:10 -0800 Subject: Change netcfg permissions to 2750. Fix bug 2104034. Change-Id: I30bcc41f33623cadc63693fd54206ccbb1886a5a --- include/private/android_filesystem_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/private') diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h index 0dcfcac7..49fa9127 100644 --- a/include/private/android_filesystem_config.h +++ b/include/private/android_filesystem_config.h @@ -168,7 +168,7 @@ static struct fs_path_config android_files[] = { /* the following two files are INTENTIONALLY set-gid and not set-uid. * Do not change. */ { 02755, AID_ROOT, AID_NET_RAW, "system/bin/ping" }, - { 02755, AID_ROOT, AID_INET, "system/bin/netcfg" }, + { 02750, AID_ROOT, AID_INET, "system/bin/netcfg" }, /* the following four files are INTENTIONALLY set-uid, but they * are NOT included on user builds. */ { 06755, AID_ROOT, AID_ROOT, "system/xbin/su" }, -- cgit v1.2.3