From 5bfe5885111ca12aac582800feb5aab2c1ad3ad9 Mon Sep 17 00:00:00 2001 From: Jon Doron Date: Wed, 22 Jan 2025 09:03:20 +0200 Subject: [PATCH] sys-kernel/coreos-modules: Enable CONFIG_FTRACE_SYSCALLS This config enables the syscall tracepoints which are mainly used by different security and observability tools. Signed-off-by: Jon Doron --- .../sys-kernel/coreos-modules/files/commonconfig-6.6 | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 index 4ceaee3005d..ff4faa33f43 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.6 @@ -197,6 +197,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y CONFIG_FSCACHE=m CONFIG_FSCACHE_STATS=y CONFIG_FS_ENCRYPTION=y +CONFIG_FTRACE_SYSCALLS=y CONFIG_FUSE_FS=m CONFIG_FUSION=y CONFIG_FUSION_CTL=m