summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2012-10-18 16:31:22 +0200
committerHolger Dengler <dengler@linutronix.de>2012-10-18 16:31:22 +0200
commit63b92c9c84dace78b730610a2079899291a633a5 (patch)
treef9077750efc6126dc20aab37597a4f3e996c25dc /security
parent17cbf45947697dd6323764fe10615851cb01234e (diff)
Security: New section for Security topics
This new section contains education material for Security-related topics. Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'security')
-rw-r--r--security/Makefile6
-rw-r--r--security/TODO37
-rw-r--r--security/section.tex1
3 files changed, 44 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
new file mode 100644
index 0000000..8aa670f
--- /dev/null
+++ b/security/Makefile
@@ -0,0 +1,6 @@
+SUBDIRS = `find -mindepth 1 -type d`
+
+all clean::
+ for dir in $(SUBDIRS) ; do \
+ (cd $$dir && make $@); \
+ done
diff --git a/security/TODO b/security/TODO
new file mode 100644
index 0000000..deb59a1
--- /dev/null
+++ b/security/TODO
@@ -0,0 +1,37 @@
+Firewall section
+- Fasttrack
+- Presentation (full)
+ - OSI/network protocol
+ - iptables
+ - filter rules
+ - examples
+ - adminstration tools
+ - validation
+
+VPN section
+- Fasttrack
+- Presentation (full)
+ - How VPNs work (done)
+ - Protokol and Authentication Overview
+ - foreach(Protocol)
+ - Authentication
+ - Products
+ - Pros and Cons
+ - examples
+ - Use case dependant solutions
+ - Central VPN Server
+ - Distributed VPN Server
+ - Company-wide infrastructure
+ - dynamic VPNs
+ - Cross-Company boundaries
+
+Integrity section
+- What System Integrity means
+- Base concepts
+ - Boot process integrity
+ - Kernel integrity
+ - Filesystem integrity
+ - Packet signing
+- How to deal with corrupt systems
+
+...
diff --git a/security/section.tex b/security/section.tex
new file mode 100644
index 0000000..73a3c50
--- /dev/null
+++ b/security/section.tex
@@ -0,0 +1 @@
+\section{Security}