Change netcfg permissions to 2750.
Fix bug 2104034. Change-Id: I30bcc41f33623cadc63693fd54206ccbb1886a5a
This commit is contained in:
parent
3b6bd0267a
commit
3e1aac6c4d
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Reference in a new issue