From 9d32b380d7efd1f1b2a70aad1b5046f88c5c6d3a Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Fri, 21 Oct 2016 10:05:34 +0200 Subject: security: Add wrapper slides for Webinar I and II Signed-off-by: Holger Dengler --- security/advanced/Makefile | 2 ++ security/advanced/pres_eappl_sec-I.tex | 31 +++++++++++++++++++++++++++++ security/advanced/pres_eappl_sec-II.tex | 35 +++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) create mode 100644 security/advanced/pres_eappl_sec-I.tex create mode 100644 security/advanced/pres_eappl_sec-II.tex (limited to 'security') 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} -- cgit v1.2.3