Bulk documentation updates for needlefish
[AGL/documentation.git] / docs / 2_Architecture_Guides / 2_Security_Blueprint / 5_Platform.md
index 917404b..f5ec071 100644 (file)
@@ -2,6 +2,16 @@
 title: Platform
 ---
 
+###### # #    # #    # ###### 
+#      #  #  #  ##  ## #      
+#####  #   ##   # ## # #####  
+#      #   ##   #    # #      
+#      #  #  #  #    # #      
+#      # #    # #    # ###### 
+
+This information is old and only kept for reference. The current implementation has evolved.
+
+
 The Automotive Grade Linux platform is a Linux distribution with **AGL**
 compliant applications and services. The platform includes the following
 software:
@@ -653,7 +663,7 @@ vulnerable to attack. For example, if the kernel is stopped and restarted with
 the *security=none* flag, then SMACK is not enabled. Furthermore, `systemd`
 starts the loading of **SMACK** rules during start-up. If this start-up process
 is interfered with, then **SMACK** will not run. Alternatively, new policies can
-be added with `smackload` allowing unforseen privileges to alternative
+be added with `smackload` allowing unforeseen privileges to alternative
 applications/executables.
 
 Another intrusion on the kernel level is to rebuild the kernel (as it is
@@ -918,4 +928,4 @@ a capability. These capabilities are divided into three groups:
 - e: Effective: This means the capability is “activated”.
 - p: Permitted: This means the capability can be used/is allowed.
 - i: Inherited: The capability is kept by child/subprocesses upon execve() for
-  example.
\ No newline at end of file
+  example.