aboutsummaryrefslogtreecommitdiffstats
path: root/security/yama/Kconfig
blob: 8c0364656024af936d6fbff0dc03d0f6ebd2f589 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
config SECURITY_YAMA
	bool "Yama NAC Support"
	depends on SECURITY
	select SECURITYFS
	select SECURITY_PATH
	default n
	help
	  This selects Yama, the NAKed Access Control system which
	  provides additional global security settings above regular
	  Linux discretionary access controls.  Currently available
	  are symlink, hardlink, and PTRACE scope restrictions.

	  If you are unsure how to answer this question, answer N.