Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable device coredump #49

Merged
merged 4 commits into from Feb 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions usr/share/hardened-kernel/debugging-config
Expand Up @@ -116,6 +116,7 @@ CONFIG_DEBUG_BOOT_PARAMS=n
CONFIG_COREDUMP=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_ELF_CORE=y
CONFIG_ALLOW_DEV_COREDUMP=y

CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
Expand Down
2 changes: 2 additions & 0 deletions usr/share/hardened-kernel/debugging-config-host
Expand Up @@ -13,3 +13,5 @@ CONFIG_IEEE802154_AT86RF230_DEBUGFS=n
CONFIG_DRM_AMDGPU_GART_DEBUGFS=n
CONFIG_USB_GADGET_DEBUG_FS=n
CONFIG_RAS_CEC=n

CONFIG_DEV_COREDUMP=y
3 changes: 1 addition & 2 deletions usr/share/hardened-kernel/hardened-host-kernel
Expand Up @@ -1596,8 +1596,7 @@ CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_WANT_DEV_COREDUMP=y
CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_DEV_COREDUMP=y
# CONFIG_ALLOW_DEV_COREDUMP is not set
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
Expand Down
2 changes: 1 addition & 1 deletion usr/share/hardened-kernel/hardened-vm-kernel
Expand Up @@ -1445,7 +1445,7 @@ CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_ALLOW_DEV_COREDUMP is not set
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
Expand Down