system/core
Révision | 6d02fc9b2e0b3c752d0618539469d2a510a2ec88 (tree) |
---|---|
l'heure | 2017-05-12 13:03:38 |
Auteur | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Revert "Set correct permission for pppd"
It causes mtpd can't run pppd.
This reverts commit 3ee3ce44411ace96f3bc9450318834a25a5869fb.
Reported-By: Xuefer H <xuefer@gmail.com>
@@ -127,7 +127,7 @@ static const struct fs_path_config android_files[] = { | ||
127 | 127 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" }, |
128 | 128 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" }, |
129 | 129 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, |
130 | - { 04750, AID_ROOT, AID_RADIO, 0, "system/bin/pppd" }, | |
130 | + { 04770, AID_ROOT, AID_RADIO, 0, "system/bin/pppd-ril" }, | |
131 | 131 | |
132 | 132 | /* the following files have enhanced capabilities and ARE included in user builds. */ |
133 | 133 | { 00750, AID_ROOT, AID_SHELL, (1ULL << CAP_SETUID) | (1ULL << CAP_SETGID), "system/bin/run-as" }, |