• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


Commit MetaInfo

Revisionad439cdf1ee4c2def6fb848a619d6970fdb9cb29 (tree)
Zeit2015-12-22 12:23:00
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Set correct permission for pppd

The pppd needs setuid root to setup ppp interface.

Ändern Zusammenfassung

Diff

--- a/include/private/android_filesystem_config.h
+++ b/include/private/android_filesystem_config.h
@@ -248,7 +248,7 @@ static const struct fs_path_config android_files[] = {
248248 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/librank" },
249249 { 06755, AID_ROOT, AID_ROOT, 0, "system/xbin/procrank" },
250250 { 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" },
252252
253253 /* the following files have enhanced capabilities and ARE included in user builds. */
254254 { 00750, AID_ROOT, AID_SHELL, (1 << CAP_SETUID) | (1 << CAP_SETGID), "system/bin/run-as" },