From 687774d7352c656652128a11fc0594a3bbf23cd2 Mon Sep 17 00:00:00 2001 From: mudcam Date: Fri, 8 Dec 2017 23:12:27 +0100 Subject: Some fixes --- security-blueprint/README.md | 2 ++ security-blueprint/index.md | 4 ++-- security-blueprint/part-4/2-Memory.md | 2 ++ security-blueprint/part-7/3-Cloud.md | 6 +++--- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/security-blueprint/README.md b/security-blueprint/README.md index a56e3fd..3258fe7 100644 --- a/security-blueprint/README.md +++ b/security-blueprint/README.md @@ -57,6 +57,8 @@ _ECU_ | **E**lectronic **C**ontrol **U**nit - [security-blueprint](http://docs.automotivelinux.org/docs/architecture/en/dev/reference/security/01-overview.html). - _http:// docs.automotivelinux.org/docs/architecture/en/dev/reference/security/01-overview.html_ +- **[2017]** - [kernel security](https://www.kernel.org/doc/Documentation/security/). + - _https:// www.kernel.org/doc/Documentation/security/_ - **[2017]** - [Systemd integration and user management](http://iot.bzh/download/public/2017/AMM-Dresden/AGL-systemd.pdf). - _http:// iot.bzh/download/public/2017/AMM-Dresden/AGL-systemd.pdf_ - **[2017]** - [AGL - Application Framework Documentation](http://iot.bzh/download/public/2017/SDK/AppFw-Documentation-v3.1.pdf). diff --git a/security-blueprint/index.md b/security-blueprint/index.md index 533aee7..1ca88b3 100644 --- a/security-blueprint/index.md +++ b/security-blueprint/index.md @@ -1,8 +1,8 @@ --- title : security-blueprint -date : 2017-07-12 -version : 4.99.3 +date : 2017-12-07 +version : 4.99.4 category: security tags: security, architecture, automotive, linux layout: techdoc diff --git a/security-blueprint/part-4/2-Memory.md b/security-blueprint/part-4/2-Memory.md index 07ddbc9..c6e4bb5 100644 --- a/security-blueprint/part-4/2-Memory.md +++ b/security-blueprint/part-4/2-Memory.md @@ -81,6 +81,8 @@ Kernel-Memory-Stack-1 | `CONFIG_CC_STACKPROTECTOR` | `y` +Other defenses include things like shadow stacks. + -------------------------------------------------------------------------------- ## Disable access to /dev/mem diff --git a/security-blueprint/part-7/3-Cloud.md b/security-blueprint/part-7/3-Cloud.md index 4d37ff4..af40978 100644 --- a/security-blueprint/part-7/3-Cloud.md +++ b/security-blueprint/part-7/3-Cloud.md @@ -12,10 +12,10 @@ on a subscriber's profile and services purchased. -Domain | Object | Recommendations ----------------------------- | ---------------- | ---------------------------------------- +Domain | Object | Recommendations +---------------------------- | -------------- | -------------------------------------- Application-Cloud-Download-1 | authentication | Must implement authentication process. -Application-Cloud-Download-2 | Authorization | Must implement Authorization process. +Application-Cloud-Download-2 | Authorization | Must implement Authorization process. -- cgit 1.2.3-korg