mirror of
https://github.com/urbit/shrub.git
synced 2024-11-29 06:45:42 +03:00
16 lines
485 B
Plaintext
16 lines
485 B
Plaintext
|
|%
|
||
|
+$ permission-hook-action
|
||
|
$% :: %add-owned: make a permission set accessible to foreign ships
|
||
|
:: who are allowed by that same permission set
|
||
|
::
|
||
|
[%add-owned owned=path access=path]
|
||
|
:: %add-synced: mirror a foreign permission set to our permission-store
|
||
|
::
|
||
|
[%add-synced =ship =path]
|
||
|
:: %remove: stop mirroring a foreign permission set or allowing a local
|
||
|
:: permission set to be mirrored
|
||
|
::
|
||
|
[%remove =path]
|
||
|
==
|
||
|
--
|