summaryrefslogtreecommitdiff
path: root/security/advanced/Kconfig
blob: 67716244a0b771947df187ff42277c3fb353a38a (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
36
37
38
39
40
config SECURITY_ADV
	bool "Linux Advanced Security Concepts"
	default y
	help
	 Content:
	   - Classic Discretionary Access Control (DAC)
	   - Extended DAC
	   - 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