system/corennnnn
Revision | c6441a53ab7fecc76f50938d7e6e4f2cb5f24e3a (tree) |
---|---|
Time | 2016-07-27 03:49:13 |
Author | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Jaap Jan Meijer |
Set correct permission for pppd
The pppd needs setuid root to setup ppp interface.
@@ -128,7 +128,7 @@ static const struct fs_path_config android_files[] = { | ||
128 | 128 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" }, |
129 | 129 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" }, |
130 | 130 | { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procmem" }, |
131 | - { 04770, AID_ROOT, AID_RADIO, 0, "system/bin/pppd-ril" }, | |
131 | + { 04750, AID_ROOT, AID_RADIO, 0, "system/bin/pppd" }, | |
132 | 132 | |
133 | 133 | /* the following files have enhanced capabilities and ARE included in user builds. */ |
134 | 134 | { 00750, AID_ROOT, AID_SHELL, (1ULL << CAP_SETUID) | (1ULL << CAP_SETGID), "system/bin/run-as" }, |