summaryrefslogtreecommitdiffstats
path: root/security-blueprint/part-6/1-Installation.md
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-08 17:40:04 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-12-08 17:40:35 +0100
commitdf4bdd6e9e5669451e7f60ecdc5c9e0d25e3f726 (patch)
treeab9ab609538816b61789ace9e5ad280cd1727a83 /security-blueprint/part-6/1-Installation.md
parent981e9b9c4a40e248733d45cfedc6a512bdf95f5e (diff)
Added templating for section-xxx tags.
Security Blueprint doc uses specific tags to display arrays (see docs/security-blueprint/README.md) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'security-blueprint/part-6/1-Installation.md')
-rw-r--r--security-blueprint/part-6/1-Installation.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/security-blueprint/part-6/1-Installation.md b/security-blueprint/part-6/1-Installation.md
index f9ea74d..e2972ce 100644
--- a/security-blueprint/part-6/1-Installation.md
+++ b/security-blueprint/part-6/1-Installation.md
@@ -1,29 +1,29 @@
# Local
-<!-- todo -->
+<!-- section-todo -->
Domain | Improvement
-------------------------- | ------------------------------
Application-Installation-1 | Talk about AppFw offline mode.
-<!-- endtodo -->
+<!-- end-section-todo -->
## Installation
Applications can be delivered and installed with the base image using a special
offline-mode provided by the **AppFw**. Apps can also be installed at run time.
-<!-- note -->
+<!-- section-note -->
During early release, default Apps are installed on the image at first boot.
-<!-- endnote -->
+<!-- end-section-note -->
-<!-- config -->
+<!-- section-config -->
Domain | Object | Recommendations
-------------------------- | --------- | -----------------------------------------------------------------------
Application-Installation-1 | AppFw | Provide offline-mode in order to install app with the base image.
Application-Installation-2 | Integrity | Allow the installation of applications only if their integrity is good.
-<!-- endconfig -->
+<!-- end-section-config -->