From: Seung-Woo Kim Date: Fri, 10 Jan 2025 11:35:56 +0000 (+0900) Subject: RISCV: configs: tizen_bpif3: Enable AUDIT and dependent options X-Git-Tag: accepted/tizen/unified/20250514.114144~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab832dc0b8767615c00a51de07eb5294ed74eb6f;p=platform%2Fkernel%2Flinux-riscv.git 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 --- 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