lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 20 Dec 2023 06:23:49 +0200
From: Amir Goldstein <amir73il@...il.com>
To: Mimi Zohar <zohar@...ux.ibm.com>
Cc: linux-unionfs@...r.kernel.org, linux-integrity@...r.kernel.org, 
	linux-kernel@...r.kernel.org, Christian Brauner <brauner@...nel.org>, 
	Seth Forshee <sforshee@...nel.org>, Roberto Sassu <roberto.sassu@...weicloud.com>
Subject: Re: [PATCH v2 2/3] evm: add support to disable EVM on unsupported filesystems

On Tue, Dec 19, 2023 at 9:10 PM Mimi Zohar <zohar@...ux.ibm.com> wrote:
>
> On Tue, 2023-12-19 at 12:52 -0500, Mimi Zohar wrote:
>
> > diff --git a/include/linux/fs.h b/include/linux/fs.h
> > index 98b7a7a8c42e..db9350a734ef 100644
> > --- a/include/linux/fs.h
> > +++ b/include/linux/fs.h
> > @@ -1164,6 +1164,7 @@ extern int send_sigurg(struct fown_struct *fown);
> >  #define SB_I_USERNS_VISIBLE          0x00000010 /* fstype already mounted */
> >  #define SB_I_IMA_UNVERIFIABLE_SIGNATURE      0x00000020
> >  #define SB_I_UNTRUSTED_MOUNTER               0x00000040
> > +#define SB_I_EVM_UNSUPPORTED         0x00000050
>
> This needs to be fixed.
>

With this fixed, you may add:

Acked-by: Amir Goldstein <amir73il@...il.com>

Thanks,
Amir.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ