mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
landlock: Add kernel_config{,.debug}
Based on kernel_config{,.debug} from commit
724561bf69
Enable Landlock and userland sandbox example:
* CONFIG_SECURITY_LANDLOCK=y
* CONFIG_SAMPLES=y
Signed-off-by: Mickaël Salaün <mic@digikod.net>
This commit is contained in:
parent
c6b3c62b83
commit
792238f5cb
3658
projects/landlock/kernel-landlock/kernel_config
Normal file
3658
projects/landlock/kernel-landlock/kernel_config
Normal file
File diff suppressed because it is too large
Load Diff
26
projects/landlock/kernel-landlock/kernel_config.debug
Normal file
26
projects/landlock/kernel-landlock/kernel_config.debug
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
|
||||||
|
|
||||||
|
## MOBY DEBUG OPTIONS ##
|
||||||
|
|
||||||
|
CONFIG_LOCKDEP=y
|
||||||
|
CONFIG_FRAME_POINTER=y
|
||||||
|
CONFIG_LOCKUP_DETECTOR=y
|
||||||
|
CONFIG_DETECT_HUNG_TASK=y
|
||||||
|
CONFIG_DEBUG_TIMEKEEPING=y
|
||||||
|
CONFIG_DEBUG_RT_MUTEXES=y
|
||||||
|
CONFIG_DEBUG_SPINLOCK=y
|
||||||
|
CONFIG_DEBUG_MUTEXES=y
|
||||||
|
CONFIG_DEBUG_WW_MUTEX_SLOWPATH=y
|
||||||
|
CONFIG_DEBUG_LOCK_ALLOC=y
|
||||||
|
CONFIG_PROVE_LOCKING=y
|
||||||
|
CONFIG_LOCK_STAT=y
|
||||||
|
CONFIG_DEBUG_ATOMIC_SLEEP=y
|
||||||
|
CONFIG_DEBUG_LIST=y
|
||||||
|
CONFIG_DEBUG_NOTIFIERS=y
|
||||||
|
CONFIG_PROVE_RCU=y
|
||||||
|
CONFIG_RCU_TRACE=y
|
||||||
|
CONFIG_KGDB=y
|
||||||
|
CONFIG_KGDB_SERIAL_CONSOLE=y
|
||||||
|
CONFIG_KGDBOC=y
|
||||||
|
CONFIG_DEBUG_RODATA_TEST=y
|
||||||
|
CONFIG_DEBUG_WX=y
|
Loading…
Reference in New Issue
Block a user