am e2e89382: Merge change 22636 into eclair
Merge commit 'e2e89382d675dee0b3dc2db981064c3d14fa8ac7' into eclair-plus-aosp * commit 'e2e89382d675dee0b3dc2db981064c3d14fa8ac7': Allow radio to modify net.ppp* properties for dns
This commit is contained in:
commit
ba2988015f
|
@ -55,6 +55,7 @@ struct {
|
|||
} property_perms[] = {
|
||||
{ "net.rmnet0.", AID_RADIO },
|
||||
{ "net.gprs.", AID_RADIO },
|
||||
{ "net.ppp", AID_RADIO },
|
||||
{ "ril.", AID_RADIO },
|
||||
{ "gsm.", AID_RADIO },
|
||||
{ "net.dns", AID_RADIO },
|
||||
|
|
Loading…
Reference in New Issue