mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-21 07:31:34 +03:00
move contacts caps from terminal request to contacts grant
This commit is contained in:
parent
12fd44cc7c
commit
108aacf16b
@ -13,6 +13,23 @@
|
||||
"grant_capabilities": [
|
||||
"eth:distro:sys",
|
||||
"http-server:distro:sys",
|
||||
"terminal:terminal:sys",
|
||||
{
|
||||
"process": "terminal:terminal:sys",
|
||||
"params": "ReadNameOnly"
|
||||
},
|
||||
{
|
||||
"process": "terminal:terminal:sys",
|
||||
"params": "Read"
|
||||
},
|
||||
{
|
||||
"process": "terminal:terminal:sys",
|
||||
"params": "Add"
|
||||
},
|
||||
{
|
||||
"process": "terminal:terminal:sys",
|
||||
"params": "Remove"
|
||||
},
|
||||
"vfs:distro:sys"
|
||||
],
|
||||
"public": false
|
||||
|
@ -6,23 +6,6 @@
|
||||
"request_networking": true,
|
||||
"request_capabilities": [
|
||||
"app-store:app-store:sys",
|
||||
"contacts:contacts:sys",
|
||||
{
|
||||
"process": "contacts:contacts:sys",
|
||||
"params": "ReadNameOnly"
|
||||
},
|
||||
{
|
||||
"process": "contacts:contacts:sys",
|
||||
"params": "Read"
|
||||
},
|
||||
{
|
||||
"process": "contacts:contacts:sys",
|
||||
"params": "Add"
|
||||
},
|
||||
{
|
||||
"process": "contacts:contacts:sys",
|
||||
"params": "Remove"
|
||||
},
|
||||
"chess:chess:sys",
|
||||
"eth:distro:sys",
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user