https://github.com/torvalds/linux
Revision fc5b34a35458314df1dd00281f6e41f419581aa9 authored by Micah Morton on 01 August 2019, 17:28:27 UTC, committed by Micah Morton on 01 August 2019, 17:30:57 UTC
This LSM was added in v5.1 and needs an entry in the MAINTAINERS file.

Signed-off-by: Micah Morton <mortonm@chromium.org>
Acked-by: James Morris <jamorris@linux.microsoft.com>
1 parent 609488b
Raw File
Tip revision: fc5b34a35458314df1dd00281f6e41f419581aa9 authored by Micah Morton on 01 August 2019, 17:28:27 UTC
Add entry in MAINTAINERS file for SafeSetID LSM
Tip revision: fc5b34a
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top