Blame view

kernel/linux-imx6_3.14.28/security/smack/Kconfig 420 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
  config SECURITY_SMACK
  	bool "Simplified Mandatory Access Control Kernel Support"
  	depends on NET
  	depends on INET
  	depends on SECURITY
  	select NETLABEL
  	select SECURITY_NETWORK
  	default n
  	help
  	  This selects the Simplified Mandatory Access Control Kernel.
  	  Smack is useful for sensitivity, integrity, and a variety
  	  of other mandatory security schemes.
  	  If you are unsure how to answer this question, answer N.