Kconfig (8f75015f33c3005e0bbf83ffc0d5e0b4262cc03d) | Kconfig (99f6d61bda82d09b2d94414d413d39f66a0b7da2) |
---|---|
1menu "Code maturity level options" 2 3config EXPERIMENTAL 4 bool "Prompt for development and/or incomplete code/drivers" 5 ---help--- 6 Some of the various things that Linux supports (such as network 7 drivers, file systems, network protocols, etc.) can be in a state 8 of development where the functionality, stability, or the level of --- 155 unchanged lines hidden (view full) --- 164 165 As it is generally a good thing, you should say Y here unless 166 building a kernel for install/rescue disks or your system is very 167 limited in memory. 168 169config AUDIT 170 bool "Auditing support" 171 depends on NET | 1menu "Code maturity level options" 2 3config EXPERIMENTAL 4 bool "Prompt for development and/or incomplete code/drivers" 5 ---help--- 6 Some of the various things that Linux supports (such as network 7 drivers, file systems, network protocols, etc.) can be in a state 8 of development where the functionality, stability, or the level of --- 155 unchanged lines hidden (view full) --- 164 165 As it is generally a good thing, you should say Y here unless 166 building a kernel for install/rescue disks or your system is very 167 limited in memory. 168 169config AUDIT 170 bool "Auditing support" 171 depends on NET |
172 default y if SECURITY_SELINUX | |
173 help 174 Enable auditing infrastructure that can be used with another 175 kernel subsystem, such as SELinux (which requires this for 176 logging of avc messages output). Does not do system-call 177 auditing without CONFIG_AUDITSYSCALL. 178 179config AUDITSYSCALL 180 bool "Enable system-call auditing support" --- 337 unchanged lines hidden --- | 172 help 173 Enable auditing infrastructure that can be used with another 174 kernel subsystem, such as SELinux (which requires this for 175 logging of avc messages output). Does not do system-call 176 auditing without CONFIG_AUDITSYSCALL. 177 178config AUDITSYSCALL 179 bool "Enable system-call auditing support" --- 337 unchanged lines hidden --- |