From: Andrew Morton Signed-off-by: Andrew Morton --- kernel/auditsc.c | 10 ++++++++++ 1 files changed, 10 insertions(+) diff -puN kernel/auditsc.c~git-audit-fixup kernel/auditsc.c --- devel/kernel/auditsc.c~git-audit-fixup 2006-01-18 17:56:11.000000000 -0800 +++ devel-akpm/kernel/auditsc.c 2006-01-18 17:56:36.000000000 -0800 @@ -29,6 +29,14 @@ * this file -- see entry.S) is based on a GPL'd patch written by * okir@suse.de and Copyright 2003 SuSE Linux AG. * + * The support of additional filter rules compares (>, <, >=, <=) was + * added by Dustin Kirkland , 2005. + * + * Modified by Amy Griffis to collect additional + * filesystem information. + * + * Subject and object context labeling support added by + * and for LSPP certification compliance. */ #include @@ -36,6 +44,8 @@ #include #include #include +#include +#include #include #include #include _