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
@@ -55,6 +55,7 @@ struct { | ||
55 | 55 | } property_perms[] = { |
56 | 56 | { "net.rmnet0.", AID_RADIO }, |
57 | 57 | { "net.gprs.", AID_RADIO }, |
58 | + { "net.ppp", AID_RADIO }, | |
58 | 59 | { "ril.", AID_RADIO }, |
59 | 60 | { "gsm.", AID_RADIO }, |
60 | 61 | { "net.dns", AID_RADIO }, |