summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2016-10-21 10:05:34 +0200
committerHolger Dengler <dengler@linutronix.de>2016-10-21 10:05:34 +0200
commit9d32b380d7efd1f1b2a70aad1b5046f88c5c6d3a (patch)
tree1afae67a39f6e946634eb79738fb06241bdadf42 /security
parent9b99d6e81c761cf8208a0ae3a17e5bc12084fac7 (diff)
security: Add wrapper slides for Webinar I and II
Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security')
-rw-r--r--security/advanced/Makefile2
-rw-r--r--security/advanced/pres_eappl_sec-I.tex31
-rw-r--r--security/advanced/pres_eappl_sec-II.tex35
3 files changed, 68 insertions, 0 deletions
diff --git a/security/advanced/Makefile b/security/advanced/Makefile
index 2643c9e..ef26487 100644
--- a/security/advanced/Makefile
+++ b/security/advanced/Makefile
@@ -5,3 +5,5 @@ obj-$(CONFIG_SECURITY_ADV) += pres_process_thread.pdf
obj-$(CONFIG_SECURITY_ADV) += pres_multiuser_dac.pdf
obj-$(CONFIG_SECURITY_ADV) += pres_namespace_container.pdf
obj-$(CONFIG_SECURITY_ADV) += pres_mac.pdf
+obj-$(CONFIG_SECURITY_ADV) += pres_eappl_sec-I.pdf
+obj-$(CONFIG_SECURITY_ADV) += pres_eappl_sec-II.pdf
diff --git a/security/advanced/pres_eappl_sec-I.tex b/security/advanced/pres_eappl_sec-I.tex
new file mode 100644
index 0000000..f0a197b
--- /dev/null
+++ b/security/advanced/pres_eappl_sec-I.tex
@@ -0,0 +1,31 @@
+\input{configpres}
+
+\setbeamertemplate{footline}[text line]{\parbox{\linewidth}{
+ \copyright{} 2016 by Linuxtronix GmbH\hfill
+ \insertshortauthor\hfill
+ \insertpagenumber}
+}
+
+% ----------------------------
+\title{Embedded Linux Application Security, Teil I}
+\subtitle{Wie Linux-Applikationen sicherer werden}
+\author[Holger Dengler]{Dipl.-Ing. (FH) Holger Dengler}
+\maketitle
+
+% ----------------------------
+\begin{frame}
+\frametitle{Overview}
+\tableofcontents
+\end{frame}
+
+% ----------------------------
+\subsection{Multi-Process}
+\input{security/advanced/frm_process_thread.tex}
+
+% ----------------------------
+\subsection{Multi-User}
+\input{security/advanced/frm_multiuser_dac.tex}
+
+% ----------------------------
+\subsection*{}
+\input{tailpres}
diff --git a/security/advanced/pres_eappl_sec-II.tex b/security/advanced/pres_eappl_sec-II.tex
new file mode 100644
index 0000000..ab8bbc4
--- /dev/null
+++ b/security/advanced/pres_eappl_sec-II.tex
@@ -0,0 +1,35 @@
+\input{configpres}
+
+\setbeamertemplate{footline}[text line]{\parbox{\linewidth}{
+ \copyright{} 2016 by Linuxtronix GmbH\hfill
+ \insertshortauthor\hfill
+ \insertpagenumber}
+}
+
+% ----------------------------
+\title{Embedded Linux Application Security, Teil II}
+\subtitle{Wie Linux-Applikationen sicherer werden}
+\author[Holger Dengler]{Dipl.-Ing. (FH) Holger Dengler}
+\maketitle
+
+% ----------------------------
+\begin{frame}
+\frametitle{Overview}
+\tableofcontents
+\end{frame}
+
+% ----------------------------
+\subsection{Capabilities}
+\input{security/advanced/frm_capabilities.tex}
+
+% ----------------------------
+\subsection{Application Isolation}
+\input{security/advanced/frm_namespace_container.tex}
+
+% ----------------------------
+\subsection{Mandatory Access Control}
+\input{security/advanced/frm_mac.tex}
+
+% ----------------------------
+\subsection*{}
+\input{tailpres}