From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 15 May 2026 10:24:05 +0300 From: Vitaly Chikunov To: ALT Linux kernel packages development Message-ID: References: <20260303143905.80318-1-antohami@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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: Fri, 15 May 2026 07:24:05 -0000 Archived-At: List-Archive: List-Post: Ivan, On Thu, May 14, 2026 at 06:09:14PM +0400, Ivan A. Melnikov wrote: > On Thu, May 14, 2026 at 05:30:14AM +0300, Vitaly Chikunov wrote: > > Anton, > > > > On Wed, May 13, 2026 at 03:19:15PM +0300, Anton Midyukov wrote: > > > 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. > > > > Picked, thanks > > > > aefaa98ad5f1 N net/netlabel: Add mark s0 flag for NetLabel subsystem (6.12) > > Кажется, что-то пошло не так. > > net/netlabel/netlabel_mgmt.c: In function 'netlbl_mgmt_genl_init': > net/netlabel/netlabel_mgmt.c:963:9: error: implicit declaration of function 'security_current_getsecid_subj'; did you mean 'security_current_getlsmprop_subj'? [-Wimplicit-function-declaration] > 963 | security_current_getsecid_subj(&audit_info.secid); > | security_current_getlsmprop_subj > net/netlabel/netlabel_mgmt.c:963:51: error: 'struct netlbl_audit' has no member named 'secid' > 963 | security_current_getsecid_subj(&audit_info.secid); > > > Функция security_current_getsecid_subj вроде как была переименована в 6.13. Fixed, thanks > > -- > wbr, > iv m.