From 1079cf86d845550dfa1c87d606cb96a47bec5861 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 1 Dec 2015 17:10:51 +0100 Subject: [PATCH] EU classified information (EUCI) marking added --- euci/machinetag.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 euci/machinetag.json diff --git a/euci/machinetag.json b/euci/machinetag.json new file mode 100644 index 0000000..1f05174 --- /dev/null +++ b/euci/machinetag.json @@ -0,0 +1,27 @@ +{ + "namespace": "euci", + "description": "EU classified information’ (EUCI) means any information or material designated by a EU security classification, the unauthorised disclosure of which could cause varying degrees of prejudice to the interests of the European Union or of one or more of the Member States.", + "version": 1, + "predicates": [ + { + "value": "EU-TOP-SECRET", + "expanded": "EU TOP SECRET", + "description": "Information and material the unauthorised disclosure of which could cause exceptionally grave prejudice to the essential interests of the European Union or of one or more of the Member States." + }, + { + "value": "EU-SECRET", + "expanded": "EU SECRET", + "description": "Information and material the unauthorised disclosure of which could seriously harm the essential interests of the European Union or of one or more of the Member States." + }, + { + "value": "EU-CONFIDENTIAL", + "expanded": "EU CONFIDENTIAL", + "description": "Information and material the unauthorised disclosure of which could harm the essential interests of the European Union or of one or more of the Member States." + }, + { + "value": "EU-RESTRICTED", + "expanded": "EU RESTRICTED", + "description": "Information and material the unauthorised disclosure of which could be disadvantageous to the interests of the European Union or of one or more of the Member States." + } + ] +}