Re: [GIT PULL] Add trusted_for(2) (was O_MAYEXEC)
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-03-21 23:33:19
Also in:
linux-fsdevel, linux-integrity, lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2022-03-21 23:33:19
Also in:
linux-fsdevel, linux-integrity, lkml
On Mon, Mar 21, 2022 at 07:05:42PM +0100, Mickaël Salaün wrote:
On 21/03/2022 18:38, Luis Chamberlain wrote:quoted
On Mon, Mar 21, 2022 at 05:15:57PM +0100, Mickaël Salaün wrote:quoted
Since I heard no objection, please consider to pull this code for v5.18-rc1 . These five patches have been successfully tested in the latest linux-next releases for several weeks.quoted
kernel/sysctl.c | 9 +Please don't add more sysctls there. We're slowly trying to move all these to their respective places so this does not become a larger kitchen sink mess.It is not a new sysctl but proc_dointvec_minmax_sysadmin(). This helper is shared between printk and fs subsystems.
That should be good then, thanks! Luis