commit | 6faf8649c7a659bc610349b6b2e156497002c3fb | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Tue Jun 25 13:15:58 2019 -0700 |
committer | Roshan Pius <rpius@google.com> | Thu Aug 08 12:27:15 2019 -0700 |
tree | 271ae4ce48d53b9d7b4c9866c284328dff18adee | |
parent | 6c38db1c392b3cac6cf15c698a6487baa8ea9f49 [diff] |
Settings(wifi): Allow mainline wifi stack to use network request dialog The wifi stack may not be running in system_server, so cannot get NETWORK_SETTINGS permisison (platform signature). Guard it using the new wifi mainline permission. If the wifi stack is running in system_server (until it becomes a mainline module), it's uid (SYTEM_UID) should bypass all permission checks. Bug: 113174748 Test: Verified with CtsVerifier tests. Change-Id: I87be97bb6e42c055d3aaa317a096256fd66f9e14