Merge "Allow wificond access wifi keys in KeyStore2" am: 06f5894936
am: 04ea6ca0b1
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1584852 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id8969e3b4cf6ee7bedb2a1248ff0620f2d0c8ec8
This commit is contained in:
commit
7393dd3191
1 changed files with 6 additions and 0 deletions
|
@ -35,3 +35,9 @@ add_hwservice(wificond, system_wifi_keystore_hwservice)
|
|||
# Allow keystore binder access to serve the HwBinder service.
|
||||
allow wificond keystore_service:service_manager find;
|
||||
allow wificond keystore:keystore_key get;
|
||||
|
||||
# Allow keystore2 binder access to serve the HwBinder service.
|
||||
allow wificond wifi_key:keystore2_key {
|
||||
get_info
|
||||
use
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue