From aa7bfd2b9cd8e988f06451838b0301a74b650145 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 12 Jan 2018 16:49:24 +0100 Subject: Removed useless meta file Signed-off-by: Sebastien Douheret --- security-blueprint/meta.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 security-blueprint/meta.md diff --git a/security-blueprint/meta.md b/security-blueprint/meta.md deleted file mode 100644 index 9d213cb..0000000 --- a/security-blueprint/meta.md +++ /dev/null @@ -1,19 +0,0 @@ -# Meta & Document revisions - -_Meta_ | _Data_ ---------------- | ------------------------------------------------------- -**Title** | {{ config.title }} -**Author** | {{ config.author }} -**Description** | {{ config.description }} -**Keywords** | {{ config.keywords }} -**Language** | English -**Published** | Published {{ config.published }} as an electronic book. -**Updated** | {{ gitbook.time }} -**Collection** | Open-source -**Website** | <{{ config.website }}> - --------------------------------------------------------------------------------- - -Date | Version | Designation | Author ----------- | -------------------- | -------------- | --------------------------- -6 Dec 2017 | {{ config.version }} | EE.rc3 release | Vincent Nieutin [ Iot.bzh ] -- cgit 1.2.3-korg From f8325fd55075c5b080b2b588697b799f3bded512 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 12 Jan 2018 16:50:10 +0100 Subject: Update notes file of security blueprint. Signed-off-by: Sebastien Douheret --- security-blueprint/annexes/ConfigNotes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/security-blueprint/annexes/ConfigNotes.md b/security-blueprint/annexes/ConfigNotes.md index da0812c..6de1ca6 100644 --- a/security-blueprint/annexes/ConfigNotes.md +++ b/security-blueprint/annexes/ConfigNotes.md @@ -178,6 +178,7 @@ Kernel-Memory-LoadAllSymbols-2 | `CONFIG_KALLSYMS_ALL` | `n` Domain | `Config` name | `Value` --------------------- | -------------------------- | ------- Kernel-Memory-Stack-1 | `CONFIG_CC_STACKPROTECTOR` | `y` +Other defenses include things like shadow stacks. Domain | `Config` name | `Value` ---------------------- | --------------- | ------- -- cgit 1.2.3-korg