On Wed, Aug 26, 2020 at 11:12 AM Casey Schaufler <[email protected]> wrote: > > Change the security_inode_getsecid() interface to fill in a > lsmblob structure instead of a u32 secid. This allows for its > callers to gather data from all registered LSMs. Data is provided > for IMA and audit. > > Reviewed-by: Kees Cook <[email protected]> > Reviewed-by: John Johansen <[email protected]> > Signed-off-by: Casey Schaufler <[email protected]> > Acked-by: Stephen Smalley <[email protected]> > cc: [email protected] > --- > include/linux/security.h | 7 ++++--- > kernel/auditsc.c | 6 +++++- > security/integrity/ima/ima_policy.c | 4 +--- > security/security.c | 11 +++++++++-- > 4 files changed, 19 insertions(+), 9 deletions(-)
Acked-by: Paul Moore <[email protected]> -- paul moore www.paul-moore.com -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
