app_store: add sqlite & kv perms so they can be requested

This commit is contained in:
hosted-fornet 2024-01-17 13:00:37 -08:00
parent a814934af2
commit 2cb74877ad

View File

@ -13,6 +13,8 @@
"vfs:distro:sys",
"kernel:distro:sys",
"eth:distro:sys",
"sqlite:distro:sys",
"kv:distro:sys",
{
"process": "vfs:distro:sys",
"params": {
@ -27,4 +29,4 @@
],
"public": false
}
]
]