Re: [PATCH v3 8/9] lockdown: Make the relationship to MODULE_SIG a dependency

2025-04-29 Thread Paul Moore
On Tue, Apr 29, 2025 at 9:04 AM Thomas Weißschuh wrote: > > The new hash-based module integrity checking will also be able to > satisfy the requirements of lockdown. > Such an alternative is not representable with "select", so use > "depends on" instead. > > Signed-off-by: Thomas Weißschuh > ---

[PATCH v3 8/9] lockdown: Make the relationship to MODULE_SIG a dependency

2025-04-29 Thread Thomas Weißschuh
The new hash-based module integrity checking will also be able to satisfy the requirements of lockdown. Such an alternative is not representable with "select", so use "depends on" instead. Signed-off-by: Thomas Weißschuh --- security/lockdown/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 del