From 26e119878a1f3e7a7977274bbbe1fe0d6cecaee0 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Wed, 29 Apr 2020 14:01:46 +0200 Subject: [PATCH] Updated Norms --- CORE_SYSTEM_NORM.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CORE_SYSTEM_NORM.md b/CORE_SYSTEM_NORM.md index 7f3efaf..f6e0cde 100644 --- a/CORE_SYSTEM_NORM.md +++ b/CORE_SYSTEM_NORM.md @@ -11,6 +11,7 @@ interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119). ## Structure ### Folder +#### Obligated The following folder structures **MUST** be used: | Path | Description | @@ -20,4 +21,10 @@ $HOME/Documents/certificates/ | Contains certificates to authenticate via [certi | $HOME/Documents/identity/ | Contains files to prove the identity of the *Core System Owner* in physical live like passports. | | $HOME/Documents/passwords/ | Contains e.g the [KeePassXC](https://keepassxc.org/) database with all *Core System Owner* passwords. | | $HOME/Documents/repositories/ | Contains all git repositories | -| $HOME/images/ | contains os images| + +#### Optional +The following folder structures **SHOULD** be used: + +| Path | Description | +|---|---| +| $HOME/Images/ | contains os images|