Re: [PATCH v5 03/13] ima: Introduce per binary measurements list type ima_num_entries counter
Mimi Zohar <[email protected]>
| Newsgroups | org.kernel.vger.linux-integrity,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.linux-security-module |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2026-04-29 at 18:03 +0200, Roberto Sassu wrote: > From: Roberto Sassu <[email protected]> > > Make ima_num_entries as an array, to have separate counters per binary > measurements list type. Currently, define the BINARY type for the existing > binary measurements list. > > No functional change: the BINARY type is equivalent to the value without > the array. > > Link: https://github.com/linux-integrity/linux/issues/1 > Signed-off-by: Roberto Sassu <[email protected]> Thanks, Roberto. Reviewed-by: Mimi Zohar <[email protected]>