From 6cc63ebe2237e12315c69f35be431c51c6e9282b Mon Sep 17 00:00:00 2001 From: Jeroen Pinoy Date: Sat, 20 Feb 2021 23:13:08 +0100 Subject: [PATCH] chg: fix #202 - clarify delegation of event design --- delegation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/delegation/README.md b/delegation/README.md index 4b8889e..711c60b 100644 --- a/delegation/README.md +++ b/delegation/README.md @@ -5,7 +5,7 @@ In information sharing, privacy of the reporting organisation can be important i - an incident doesn't want to be linked to a potential victim. - to avoid the relation of an organisation with the information shared. -MISP has a functionality to delegate the publication and completely remove the binding between the information shared and its organisation. If you want to publish an event without you or your organisation being tied to it, you can delegate the publication to an other organisation. That also means they will take the ownership of the event. +MISP has a functionality to delegate the publication and completely remove the binding between the information shared and its organisation. If you want to publish an event without you or your organisation being tied to it, you can delegate the publication to an other organisation. That also means they will take the ownership of the event. You can only delegate to local target organisations, not any remote organisations. > [warning] You need to have a role with "Delegation access" to delegate an event. >