• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

system/corennnnn


コミットメタ情報

リビジョン0ab3a93abaac2d44d1db064c91c275f0e38925de (tree)
日時2009-08-26 05:55:57
作者Robert Greenwalt <robdroid@andr...>
コミッターRobert Greenwalt

ログメッセージ

Allow radio to modify net.ppp* properties for dns

The radio bringup script was changed from operating as root to operating as radio. This is
preventing it from adding the "net.ppp0.dns0" and "net.ppp0.dns1" properties that
ConnectivityService needs to correctly set dns.

bug: 2077628

変更サマリ

差分

--- a/init/property_service.c
+++ b/init/property_service.c
@@ -55,6 +55,7 @@ struct {
5555 } property_perms[] = {
5656 { "net.rmnet0.", AID_RADIO },
5757 { "net.gprs.", AID_RADIO },
58+ { "net.ppp", AID_RADIO },
5859 { "ril.", AID_RADIO },
5960 { "gsm.", AID_RADIO },
6061 { "net.dns", AID_RADIO },