X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=kernel%2Faudit.h;h=a3370232a390eff1560b0f98c1e4ebd8f18948f6;hb=77aec99906367276afedf6f5583671de2ff609be;hp=6aa33b848cf2f0363ba6b8f8f477e9c36f2affc8;hpb=0d10e47f9635ecafe5a9dc6e10cb056a87a4daa2;p=powerpc.git diff --git a/kernel/audit.h b/kernel/audit.h index 6aa33b848c..a3370232a3 100644 --- a/kernel/audit.h +++ b/kernel/audit.h @@ -104,6 +104,7 @@ static inline int audit_hash_ino(u32 ino) return (ino & (AUDIT_INODE_BUCKETS-1)); } +extern int audit_match_class(int class, unsigned syscall); extern int audit_comparator(const u32 left, const u32 op, const u32 right); extern int audit_compare_dname_path(const char *dname, const char *path, int *dirlen);