Re: [linux-yocto] [yocto-kernel-cache][PATCH] security.cfg: restore strict-only /dev/mem access

2023-11-02 Thread Bruce Ashfield
t; > > Which kernel versions were you seeing / testing this change on ? > > > > Bruce > > > > In message: [linux-yocto] [yocto-kernel-cache][PATCH] security.cfg: > > restore strict-only /dev/mem access > > on 27/10/2023 C. Andy Martin wrote: > > > >>

Re: [linux-yocto] [yocto-kernel-cache][PATCH] security.cfg: restore strict-only /dev/mem access

2023-11-01 Thread C. Andy Martin
Tue, Oct 31, 2023, at 6:51 PM, Bruce Ashfield wrote: > This looks fine to me. > > Which kernel versions were you seeing / testing this change on ? > > Bruce > > In message: [linux-yocto] [yocto-kernel-cache][PATCH] security.cfg: > restore strict-only /dev/mem access > o

Re: [linux-yocto] [yocto-kernel-cache][PATCH] security.cfg: restore strict-only /dev/mem access

2023-10-31 Thread Bruce Ashfield
This looks fine to me. Which kernel versions were you seeing / testing this change on ? Bruce In message: [linux-yocto] [yocto-kernel-cache][PATCH] security.cfg: restore strict-only /dev/mem access on 27/10/2023 C. Andy Martin wrote: > CONFIG_DEVMEM was mistakenly not enabled, which defe

[linux-yocto] [yocto-kernel-cache][PATCH] security.cfg: restore strict-only /dev/mem access

2023-10-27 Thread C. Andy Martin
CONFIG_DEVMEM was mistakenly not enabled, which defeats CONFIG_STRICT_DEVMEM and friends, as it completely removes all /dev/mem support. Signed-off-by: C. Andy Martin --- features/security/security.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/security/security