blob: a0a5ee6ed2a9df2ecd82bd8760bfd844627174f7 (
plain)
1
2
3
4
5
6
7
8
|
# Copyright 2026 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# Configs that must be set in a slim kernel to which we could `kexec -p`.
config:
- CRASH_DUMP
- PROC_VMCORE
|