mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
|%
|
|
+$ kind ?(%black %white)
|
|
::
|
|
+$ permission-group-hook-action
|
|
$% :: %associate: cause a group of ships to be mirrored onto some
|
|
:: set of permission paths.
|
|
:: note: this deletes any existing data at those permission paths first.
|
|
::
|
|
[%associate group=path permissions=(set [path kind])]
|
|
::
|
|
:: %dissociate: stop mirroring between a group and a set
|
|
:: of permission paths.
|
|
::
|
|
[%dissociate group=path permissions=(set path)]
|
|
==
|
|
--
|
|
|