From ab832dc0b8767615c00a51de07eb5294ed74eb6f Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 10 Jan 2025 20:35:56 +0900 Subject: [PATCH] RISCV: configs: tizen_bpif3: Enable AUDIT and dependent options For tizen security, CONFIG_AUDIT, CONFIG_AUDIT_GENERIC, and CONFIG_AUDITSYSCALL options are required. Enable those AUDIT config options. Change-Id: I9c1c1a65565d36ca8e26d52dbbc469d81e660a5c Signed-off-by: Seung-Woo Kim --- arch/riscv/configs/tizen_bpif3_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/configs/tizen_bpif3_defconfig b/arch/riscv/configs/tizen_bpif3_defconfig index 59bf478ebbf2..d982d149fd10 100644 --- a/arch/riscv/configs/tizen_bpif3_defconfig +++ b/arch/riscv/configs/tizen_bpif3_defconfig @@ -2,6 +2,7 @@ CONFIG_COMPILE_TEST=y # CONFIG_WERROR is not set CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y +CONFIG_AUDIT=y CONFIG_NO_HZ_IDLE=y CONFIG_HIGH_RES_TIMERS=y CONFIG_BPF_SYSCALL=y -- 2.34.1