Create directory for /data/misc/connectivityblobdb
Create a new folder for connectivity blobs, to be used by ConnectivityBlobStore for VPN and WIFI to replace legacy keystore. System server and Settings app will need permissions to manage databases in the folder. Bug: 307903113 Test: build and manual test to confirm folder is created. Change-Id: I3b558d8d5913e0d3d1efe5cb56d5f7f2e84fd22a
This commit is contained in:
parent
ced62e53ed
commit
731972b086
1 changed files with 2 additions and 0 deletions
|
|
@ -817,6 +817,8 @@ on post-fs-data
|
|||
mkdir /data/misc/odsign 0710 root system
|
||||
# directory used for odsign metrics
|
||||
mkdir /data/misc/odsign/metrics 0770 root system
|
||||
# directory used for connectivity blob store.
|
||||
mkdir /data/misc/connectivityblobdb 0770 system system
|
||||
|
||||
# Directory for VirtualizationService temporary image files.
|
||||
# Delete any stale files owned by the old virtualizationservice uid (b/230056726).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue