diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-14 15:23:52 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-21 08:16:22 +0200 |
commit | 1b813ac21b5d2c142bcbe0dbd58a23dcc8594d59 (patch) | |
tree | 3771d7d0a7627e075dd69d5079a466ee17c7eb2f /arch/powerpc/configs/ppc64_defconfig | |
parent | powerpc/configs/64s: Enable PREEMPT_VOLUNTARY (diff) | |
download | linux-1b813ac21b5d2c142bcbe0dbd58a23dcc8594d59.tar.xz linux-1b813ac21b5d2c142bcbe0dbd58a23dcc8594d59.zip |
powerpc/configs/64s: Enable AUDIT
Essentially all distros enable it.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230414132415.821564-9-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index b332b05a668f..0e3b420aaa6e 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -1,6 +1,7 @@ CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y # CONFIG_CONTEXT_TRACKING_USER_FORCE is not set +CONFIG_AUDIT=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y CONFIG_BPF_SYSCALL=y |