summaryrefslogtreecommitdiff
path: root/security/advanced/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'security/advanced/Kconfig')
-rw-r--r--security/advanced/Kconfig29
1 files changed, 29 insertions, 0 deletions
diff --git a/security/advanced/Kconfig b/security/advanced/Kconfig
index fecffb9..6771624 100644
--- a/security/advanced/Kconfig
+++ b/security/advanced/Kconfig
@@ -8,4 +8,33 @@ config SECURITY_ADV
- MAC
- Tomoyo
- SELinux
+config SECURITY_ADV_EAPPL
+ bool "Linux Application Security (2 parts)"
+ default n
+ help
+ Two slide-decks which cover the aspects of Linux application
+ security. These slides was used for a Webinar in 09/2016.
+ Recording of the Webinar is provided by the Vogel Verlag.
+ Content:
+ - Part I:
+ - Process/Threads, Memory isolation
+ - Multiuser
+ - Discretionary Access Control
+ - Part II:
+ - Capabilities
+ - Namespaces, Controlgroups, Container
+ - Mandatory Access Control
+config SECURITY_ADV_EAPPL_COMP
+ bool "Linux Application Security (compact)"
+ default n
+ help
+ Single slide-deck which covers the aspects of Linux application
+ security. These slides are used for compact seminars.
+ Content:
+ - Process/Threads, Memory isolation
+ - Multiuser
+ - Discretionary Access Control
+ - Capabilities
+ - Namespaces, Controlgroups, Container
+ - Mandatory Access Control