From 985ff8bcebfa5da9ff343e9310f0978edbb50e05 Mon Sep 17 00:00:00 2001 From: Holger Dengler Date: Fri, 4 Nov 2016 16:32:39 +0100 Subject: security: separate config targets for eappl slides Add separate configuration options for the Linux Application Security slide decks (eappl-I, eappl-II, and eappl-comp). These slide decks combine several topics to one respectively two slide decks and should be used only for Seminars or Workshops. In the security training a separate slide deck for each topic should be used. The per-topic slides are selected by default, whereas the combined slides are not selected. Signed-off-by: Holger Dengler --- security/advanced/Kconfig | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'security/advanced/Kconfig') 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 -- cgit v1.2.3