summaryrefslogtreecommitdiff
path: root/security/secureboot/frm_secboot_linux.tex
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2017-11-19 18:21:29 +0100
committerJohn Ogness <john.ogness@linutronix.de>2017-12-19 09:39:23 +0100
commit534d76fa634adc6c7c0b076b67025fd082a8a90c (patch)
treea88dbda188d2d185c730ff6640b955dd7629ae9f /security/secureboot/frm_secboot_linux.tex
parent029792b699380512e39920271af7ee8482a6c2bd (diff)
secureboot
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security/secureboot/frm_secboot_linux.tex')
-rw-r--r--security/secureboot/frm_secboot_linux.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/security/secureboot/frm_secboot_linux.tex b/security/secureboot/frm_secboot_linux.tex
new file mode 100644
index 0000000..73364ee
--- /dev/null
+++ b/security/secureboot/frm_secboot_linux.tex
@@ -0,0 +1,25 @@
+% ----------------------------
+\subsection{Linux}
+
+% ----------------------------
+\begin{frame}[fragile]
+\frametitle{Linux Integrity Targets}
+\begin{itemize}
+\item Kernel Parameters
+ \begin{itemize}
+ \item Append only
+ \item Devicetree
+ \end{itemize}
+\item Signed Modules (enforced)
+\item Filesystem Integrity
+ \begin{itemize}
+ \item IMA/EVM: Hash/Signature per File
+ \item dm-verity: Hashtree per Block-Device
+ \end{itemize}
+\item Mandatory Access Control
+ \begin{itemize}
+ \item SELinux/SMACK
+ \item Tomoyo/AppArmor
+ \end{itemize}
+\end{itemize}
+\end{frame}