system/corennnnn
Revisão | ad439cdf1ee4c2def6fb848a619d6970fdb9cb29 (tree) |
---|---|
Hora | 2015-12-22 12:23:00 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Set correct permission for pppd
The pppd needs setuid root to setup ppp interface.
@@ -248,7 +248,7 @@ static const struct fs_path_config android_files[] = { | ||
248 | 248 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" }, |
249 | 249 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" }, |
250 | 250 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, |
251 | - { 04770, AID_ROOT, AID_RADIO, 0, "system/bin/pppd-ril" }, | |
251 | + { 04750, AID_ROOT, AID_RADIO, 0, "system/bin/pppd" }, | |
252 | 252 | |
253 | 253 | /* the following files have enhanced capabilities and ARE included in user builds. */ |
254 | 254 | { 00750, AID_ROOT, AID_SHELL, (1 << CAP_SETUID) | (1 << CAP_SETGID), "system/bin/run-as" }, |