Revision 4810d9682971e8eee659f96e4f9d9154e3c6c0b4 authored by Linus Torvalds on 04 May 2016, 18:14:00 UTC, committed by Linus Torvalds on 04 May 2016, 18:14:00 UTC
Pull IMA fix from James Morris.

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security:
  ima: fix the string representation of the LSM/IMA hook enumeration ordering
2 parent s 41143b7 + cf90ea9
Raw File
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top