OSDN Git Service

Revert "Set correct permission for pppd"
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 12 May 2017 03:54:47 +0000 (11:54 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 12 May 2017 03:59:15 +0000 (11:59 +0800)
It causes mtpd can't run pppd.

This reverts commit 9e89fe3e1816e8e7a5142780bf12302ee64d1b7e.

Reported-By: Xuefer H <xuefer@gmail.com>
libcutils/fs_config.c

index f8097f4..2a2483e 100644 (file)
@@ -138,7 +138,6 @@ static const struct fs_path_config android_files[] = {
      * are NOT included on user builds. */
     { 04751, AID_ROOT,      AID_SHELL,     0, "system/xbin/su" },
     { 06755, AID_ROOT,      AID_ROOT,      0, "system/xbin/procmem" },
-    { 04750, AID_ROOT,      AID_RADIO,     0, "system/bin/pppd" },
 
     /* the following files have enhanced capabilities and ARE included in user builds. */
     { 00750, AID_ROOT,      AID_SHELL,     CAP_MASK_LONG(CAP_SETUID) | CAP_MASK_LONG(CAP_SETGID), "system/bin/run-as" },