urbit/pkg/arvo/sur/permission-hook.hoon
2019-10-12 18:58:20 -07:00

16 lines
499 B
Plaintext

|%
+$ permission-hook-action
$% :: %add-owned: make a permission set accessible to foreign ships
:: who are allowed by the permission set at the access path.
::
[%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]
==
--