Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

system-core: Commit

system/core


Commit MetaInfo

Revision6d02fc9b2e0b3c752d0618539469d2a510a2ec88 (tree)
Zeit2017-05-12 13:03:38
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Revert "Set correct permission for pppd"

It causes mtpd can't run pppd.

This reverts commit 3ee3ce44411ace96f3bc9450318834a25a5869fb.

Reported-By: Xuefer H <xuefer@gmail.com>

Ändern Zusammenfassung

Diff

--- a/libcutils/fs_config.c
+++ b/libcutils/fs_config.c
@@ -127,7 +127,7 @@ static const struct fs_path_config android_files[] = {
127127 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" },
128128 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" },
129129 { 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" },
131131
132132 /* the following files have enhanced capabilities and ARE included in user builds. */
133133 { 00750, AID_ROOT, AID_SHELL, (1ULL << CAP_SETUID) | (1ULL << CAP_SETGID), "system/bin/run-as" },
Show on old repository browser