Skip to content

Commit 8d1d1e8

Browse files
iii-iVasily Gorbik
authored andcommitted
s390/configs: Remove CONFIG_LSM
s390 defconfig does not have BPF LSM, resulting in systemd[1]: bpf-restrict-fs: BPF LSM hook not enabled in the kernel, BPF LSM not supported. with the respective kernels. The other architectures do not explicitly set it, and the default values have BPF in them, so just drop it. Reported-by: Marc Hartmayer <[email protected]> Acked-by: Vasily Gorbik <[email protected]> Signed-off-by: Ilya Leoshkevich <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent a64dcfb commit 8d1d1e8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

arch/s390/configs/debug_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,6 @@ CONFIG_IMA=y
740740
CONFIG_IMA_DEFAULT_HASH_SHA256=y
741741
CONFIG_IMA_WRITE_POLICY=y
742742
CONFIG_IMA_APPRAISE=y
743-
CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor"
744743
CONFIG_BUG_ON_DATA_CORRUPTION=y
745744
CONFIG_CRYPTO_USER=m
746745
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set

arch/s390/configs/defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,6 @@ CONFIG_IMA=y
725725
CONFIG_IMA_DEFAULT_HASH_SHA256=y
726726
CONFIG_IMA_WRITE_POLICY=y
727727
CONFIG_IMA_APPRAISE=y
728-
CONFIG_LSM="yama,loadpin,safesetid,integrity,selinux,smack,tomoyo,apparmor"
729728
CONFIG_BUG_ON_DATA_CORRUPTION=y
730729
CONFIG_CRYPTO_FIPS=y
731730
CONFIG_CRYPTO_USER=m

arch/s390/configs/zfcpdump_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ CONFIG_ZFCP=y
6262
# CONFIG_INOTIFY_USER is not set
6363
# CONFIG_MISC_FILESYSTEMS is not set
6464
# CONFIG_NETWORK_FILESYSTEMS is not set
65-
CONFIG_LSM="yama,loadpin,safesetid,integrity"
6665
# CONFIG_ZLIB_DFLTCC is not set
6766
CONFIG_XZ_DEC_MICROLZMA=y
6867
CONFIG_PRINTK_TIME=y

0 commit comments

Comments
 (0)