diff --git a/rm-server/config/alfresco/module/org_alfresco_module_rm/classification/rm-classification-reasons.json b/rm-server/config/alfresco/module/org_alfresco_module_rm/classification/rm-classification-reasons.json index a8918f3880..feece10abd 100644 --- a/rm-server/config/alfresco/module/org_alfresco_module_rm/classification/rm-classification-reasons.json +++ b/rm-server/config/alfresco/module/org_alfresco_module_rm/classification/rm-classification-reasons.json @@ -1,14 +1,30 @@ [ { "id" : "1.4(a)", - "displayLabel" : "rm.classification-reason.militaryPlans" + "displayLabel" : "rm.classification-reason.14a" }, { "id" : "1.4(b)", - "displayLabel" : "rm.classification-reason.foreignGovernment" + "displayLabel" : "rm.classification-reason.14b" }, { "id" : "1.4(c)", - "displayLabel" : "rm.classification-reason.intelligenceActivities" + "displayLabel" : "rm.classification-reason.14c" + }, + { + "id" : "1.4(d)", + "displayLabel" : "rm.classification-reason.14d" + }, + { + "id" : "1.4(e)", + "displayLabel" : "rm.classification-reason.14e" + }, + { + "id" : "1.4(f)", + "displayLabel" : "rm.classification-reason.14f" + }, + { + "id" : "1.4(g)", + "displayLabel" : "rm.classification-reason.14g" } ] diff --git a/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/classified-content.properties b/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/classified-content.properties index 8ac69a76f4..c696738a15 100644 --- a/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/classified-content.properties +++ b/rm-server/config/alfresco/module/org_alfresco_module_rm/messages/classified-content.properties @@ -5,6 +5,10 @@ rm.classification.confidential=Confidential rm.classification.noClearance=No Clearance ## Default classification reasons -rm.classification-reason.militaryPlans=Military Plans -rm.classification-reason.foreignGovernment=Foreign Government -rm.classification-reason.intelligenceActivities=Intelligence Activities \ No newline at end of file +rm.classification-reason.14a=Military plans, weapons systems or operations. +rm.classification-reason.14b=Foreign government information. +rm.classification-reason.14c=Intelligence activities (including special activities), intelligence sources or methods or cryptology. +rm.classification-reason.14d=Foreign relations or foreign activities for the U.S., including confidential sources. +rm.classification-reason.14e=Scientific, technological or economic matters relating to the nation security which includes defense against transnational terrorism. +rm.classification-reason.14f=U.S. Government programs for safeguarding nuclear materials of facilities. +rm.classification-reason.14g=Vulnerabilities or capabilities of systems, installations, infrastructures, projects, plans or protection services relating to the national security, which includes defense against transnational terrorism. \ No newline at end of file