]> git.baikalelectronics.ru Git - kernel.git/commit
audit: complex interfield comparison helper
authorEric Paris <eparis@redhat.com>
Tue, 3 Jan 2012 19:23:08 +0000 (14:23 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 17 Jan 2012 21:17:02 +0000 (16:17 -0500)
commit78340c2a9cd6609dfd17d13bbbc4b5dc69d0a831
treeff454dfed0580753defbeb87652bcf19faaf7800
parentd9c79372c2b28f0b6ca3aae4b95134ee0ed41f75
audit: complex interfield comparison helper

Rather than code the same loop over and over implement a helper function which
uses some pointer magic to make it generic enough to be used numerous places
as we implement more audit interfield comparisons

Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/auditsc.c