Kconfig (c900529f3d9161bfde5cca0754f83b4d3c3e0220) Kconfig (6f594f5a3dc4917be1556e524673420197ca471d)
1# SPDX-License-Identifier: GPL-2.0-only
2config SECURITY_SELINUX
3 bool "SELinux Support"
4 depends on SECURITY_NETWORK && AUDIT && NET && INET
5 select NETWORK_SECMARK
6 default n
7 help
8 This selects Security-Enhanced Linux (SELinux).

--- 63 unchanged lines hidden (view full) ---

72config SECURITY_SELINUX_DEBUG
73 bool "SELinux kernel debugging support"
74 depends on SECURITY_SELINUX
75 default n
76 help
77 This enables debugging code designed to help SELinux kernel
78 developers, unless you know what this does in the kernel code you
79 should leave this disabled.
1# SPDX-License-Identifier: GPL-2.0-only
2config SECURITY_SELINUX
3 bool "SELinux Support"
4 depends on SECURITY_NETWORK && AUDIT && NET && INET
5 select NETWORK_SECMARK
6 default n
7 help
8 This selects Security-Enhanced Linux (SELinux).

--- 63 unchanged lines hidden (view full) ---

72config SECURITY_SELINUX_DEBUG
73 bool "SELinux kernel debugging support"
74 depends on SECURITY_SELINUX
75 default n
76 help
77 This enables debugging code designed to help SELinux kernel
78 developers, unless you know what this does in the kernel code you
79 should leave this disabled.
80
81 To fine control the messages to be printed enable
82 CONFIG_DYNAMIC_DEBUG and see
83 Documentation/admin-guide/dynamic-debug-howto.rst for additional
84 information.
85
86 Example usage:
87
88 echo -n 'file "security/selinux/*" +p' > \
89 /proc/dynamic_debug/control