Change netcfg permissions to 2750.

Fix bug 2104034.

Change-Id: I30bcc41f33623cadc63693fd54206ccbb1886a5a
This commit is contained in:
Nick Kralevich 2010-03-08 11:36:10 -08:00
parent 3b6bd0267a
commit 3e1aac6c4d

View file

@ -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" },