On Tue, Nov 23, 2021 at 8:45 PM Casey Schaufler <[email protected]> wrote: > > Create real functions for the ima_filter_rule interfaces. > These replace #defines that obscure the reuse of audit > interfaces. The new fuctions are put in security.c because > they use security module registered hooks that we don't > want exported. > > Signed-off-by: Casey Schaufler <[email protected]> > --- > include/linux/security.h | 26 ++++++++++++++++++++++++++ > security/integrity/ima/ima.h | 26 -------------------------- > security/security.c | 21 +++++++++++++++++++++ > 3 files changed, 47 insertions(+), 26 deletions(-)
Acked-by: Paul Moore <[email protected]> # audit -- paul moore www.paul-moore.com -- Linux-audit mailing list [email protected] https://listman.redhat.com/mailman/listinfo/linux-audit
