mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
sync: update hardcoded permissions
This commit is contained in:
parent
5b74b4affa
commit
783cf57934
@ -77,6 +77,7 @@ const hardcoded_user_group_permissions = {
|
||||
},
|
||||
'b7220104-7905-4985-b996-649fdcdb3c8f': {
|
||||
'service:hello-world:ii:hello-world': policy_perm('temp.es'),
|
||||
'service:puter-kvstore:ii:puter-kvstore': policy_perm('temp.kv'),
|
||||
'driver:puter-kvstore': policy_perm('temp.kv'),
|
||||
'driver:puter-notifications': policy_perm('temp.es'),
|
||||
'driver:puter-apps': policy_perm('temp.es'),
|
||||
@ -84,6 +85,7 @@ const hardcoded_user_group_permissions = {
|
||||
},
|
||||
'78b1b1dd-c959-44d2-b02c-8735671f9997': {
|
||||
'service:hello-world:ii:hello-world': policy_perm('user.es'),
|
||||
'service:puter-kvstore:ii:puter-kvstore': policy_perm('user.kv'),
|
||||
'driver:puter-kvstore': policy_perm('user.kv'),
|
||||
'driver:puter-notifications': policy_perm('user.es'),
|
||||
'driver:puter-apps': policy_perm('user.es'),
|
||||
|
Loading…
Reference in New Issue
Block a user