mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 06:45:42 +03:00
28 lines
787 B
Plaintext
28 lines
787 B
Plaintext
|%
|
|
+$ kind ?(%black %white)
|
|
::
|
|
+$ permission
|
|
$: =kind
|
|
who=(set ship)
|
|
==
|
|
::
|
|
+$ permission-map (map path permission)
|
|
::
|
|
+$ permission-update
|
|
$% [%create =path =permission] :: create perm at path
|
|
[%delete =path] :: delete perm at path
|
|
[%add =path who=(set ship)] :: add ships to perm path
|
|
[%remove =path who=(set ship)] :: remove ships from perm path
|
|
==
|
|
::
|
|
+$ permission-action
|
|
$% permission-update
|
|
[%allow =path who=(set ship)] :: if %black, remove
|
|
:: if %white, add
|
|
[%deny =path who=(set ship)] :: if %black, add
|
|
:: if %white, remove
|
|
==
|
|
::
|
|
--
|
|
|