diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-14 23:24:00 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-21 16:16:23 +1000 |
commit | 69c483660ef9735a71ca280f48584068c903c278 (patch) | |
tree | 9ca367a6e5dd978c4aac2032e900ebfb66a04f16 /arch/powerpc/configs/ppc64_defconfig | |
parent | 2e46fbe0881b18e4e338035958e1f49263629ca1 (diff) | |
download | lwn-69c483660ef9735a71ca280f48584068c903c278.tar.gz lwn-69c483660ef9735a71ca280f48584068c903c278.zip |
powerpc/configs/64s: Enable SELINUX
Fedora, CentOS, RHEL & SUSE all enable it.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230414132415.821564-17-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/configs/ppc64_defconfig')
-rw-r--r-- | arch/powerpc/configs/ppc64_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/configs/ppc64_defconfig b/arch/powerpc/configs/ppc64_defconfig index 8673277f9b20..946307c54afa 100644 --- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig @@ -358,6 +358,9 @@ CONFIG_NLS_ASCII=y CONFIG_NLS_ISO8859_1=y CONFIG_NLS_UTF8=y CONFIG_SECURITY=y +CONFIG_SECURITY_NETWORK=y +CONFIG_SECURITY_SELINUX=y +CONFIG_SECURITY_SELINUX_BOOTPARAM=y CONFIG_SECURITY_YAMA=y CONFIG_SECURITY_LOCKDOWN_LSM=y CONFIG_SECURITY_LOCKDOWN_LSM_EARLY=y |