From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 Message-ID: Date: Wed, 13 May 2026 15:19:15 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: devel-kernel@lists.altlinux.org References: <20260303143905.80318-1-antohami@altlinux.org> Content-Language: ru, en-US From: Anton Midyukov In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [d-kernel] [PATCH] [6.12] config: add selinux to CONFIG_LSM X-BeenThere: devel-kernel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2026 12:19:18 -0000 Archived-At: List-Archive: List-Post: 21.03.2026 16:46, Vitaly Chikunov пишет: > On Tue, Mar 03, 2026 at 05:39:05PM +0300, Anton Midyukov wrote: >> This is necessary to use Selinux. >> Alternatively, can enable it in the kernel cmdline: >> lsm=selinux,lockdown,capability,landlock,yama,safesetid,bpf,kiosk,ima,evm >> But this clutters the kernel cmdline. >> Signed-off-by: Anton Midyukov > > Applied, thanks. > > Только передвинул selinux после integrity. > Прошу включить и в 6.18. >> --- >> config | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/config b/config >> index 76dcac8f970d..ba51640d2b4f 100644 >> --- a/config >> +++ b/config >> @@ -10125,7 +10125,7 @@ CONFIG_EVM_EXTRA_SMACK_XATTRS=y >> # CONFIG_DEFAULT_SECURITY_SMACK is not set >> # CONFIG_DEFAULT_SECURITY_APPARMOR is not set >> CONFIG_DEFAULT_SECURITY_DAC=y >> -CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,bpf,altha,kiosk" >> +CONFIG_LSM="selinux,landlock,lockdown,yama,loadpin,safesetid,integrity,bpf,altha,kiosk" >> >> # >> # Kernel hardening options >> -- >> 2.50.1 >> >> _______________________________________________ >> devel-kernel mailing list >> devel-kernel@lists.altlinux.org >> https://lists.altlinux.org/mailman/listinfo/devel-kernel > _______________________________________________ > devel-kernel mailing list > devel-kernel@lists.altlinux.org > https://lists.altlinux.org/mailman/listinfo/devel-kernel -- best regards, Anton Midyukov