summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2010-03-08 11:36:10 -0800
committerNick Kralevich <nnk@google.com>2010-03-08 11:36:10 -0800
commit3e1aac6c4d656d09043cef114e38e4b3f42378f5 (patch)
tree55675f943e28a42850fc9a07596aa1e3b38508d3 /include/private
parent3b6bd0267ac8fc4ea7eb7dc676cf98d6c731da9c (diff)
downloadsystem_core-3e1aac6c4d656d09043cef114e38e4b3f42378f5.zip
system_core-3e1aac6c4d656d09043cef114e38e4b3f42378f5.tar.gz
system_core-3e1aac6c4d656d09043cef114e38e4b3f42378f5.tar.bz2
Change netcfg permissions to 2750.
Fix bug 2104034. Change-Id: I30bcc41f33623cadc63693fd54206ccbb1886a5a
Diffstat (limited to 'include/private')
-rw-r--r--include/private/android_filesystem_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/android_filesystem_config.h b/include/private/android_filesystem_config.h
index 0dcfcac..49fa912 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" },