blob: ab8bbc4c3ebbd995be3f5d54dea12ef158bfda8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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}
|