summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormudcam <v.nieutin@live.fr>2017-12-08 23:12:27 +0100
committermudcam <v.nieutin@live.fr>2017-12-08 23:12:27 +0100
commit687774d7352c656652128a11fc0594a3bbf23cd2 (patch)
tree01b3aa087c47be436edc0da8cbcfd55dbe86b097
parente83b83378265d76df0113705e2be867814f2774e (diff)
Some fixes
-rw-r--r--security-blueprint/README.md2
-rw-r--r--security-blueprint/index.md4
-rw-r--r--security-blueprint/part-4/2-Memory.md2
-rw-r--r--security-blueprint/part-7/3-Cloud.md6
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`
<!-- endconfig -->
+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.
<!-- config -->
-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.
<!-- endconfig -->