summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoshan Pius <rpius@google.com>2019-11-25 22:46:35 +0000
committerRoshan Pius <rpius@google.com>2019-11-25 22:46:35 +0000
commit2bc07e05059452d9c747c22a46c54d595c428c95 (patch)
treea5b1a96c505f64112eb16de718eb5d7c28ce39af
parent286c4b053266d77f94fda03320fd2c93ceb20125 (diff)
downloadsecurity-2bc07e05059452d9c747c22a46c54d595c428c95.tar.gz
Revert "keystore: Allow network_stack uid to use AID_WIFI"
This reverts commit 286c4b053266d77f94fda03320fd2c93ceb20125. Reason for revert: Wifi services no longer plan to be a separate APK/process for mainline. Will instead become a jar loaded from Apex. Bug: 144722612 Change-Id: Ie6c8265f36cd358a87e88e293158df01d262d8cc Test: Device boots up & connects to wifi networks
-rw-r--r--keystore/permissions.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/keystore/permissions.cpp b/keystore/permissions.cpp
index 9630c317..d17fcddd 100644
--- a/keystore/permissions.cpp
+++ b/keystore/permissions.cpp
@@ -55,12 +55,7 @@ struct user_euid {
};
user_euid user_euids[] = {{AID_VPN, AID_SYSTEM},
- // Wifi services will run in system_server on devices not using wifi
- // mainline module.
{AID_WIFI, AID_SYSTEM},
- // Wifi services will run in network_stack on devices using wifi mainline
- // module.
- {AID_WIFI, AID_NETWORK_STACK},
{AID_ROOT, AID_SYSTEM},
{AID_WIFI, AID_KEYSTORE},
{AID_KEYSTORE, AID_WIFI},