Home
last modified time | relevance | path

Searched refs:AUDIT_FILTER_PREPEND (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/kernel/
Dauditfilter.c234 listnr = rule->flags & ~AUDIT_FILTER_PREPEND; in audit_to_entry_common()
263 entry->rule.flags = rule->flags & AUDIT_FILTER_PREPEND; in audit_to_entry_common()
915 if (entry->rule.flags & AUDIT_FILTER_PREPEND) in audit_add_rule()
921 if (entry->rule.flags & AUDIT_FILTER_PREPEND) { in audit_add_rule()
925 entry->rule.flags &= ~AUDIT_FILTER_PREPEND; in audit_add_rule()
/linux-3.4.99/include/linux/
Daudit.h152 #define AUDIT_FILTER_PREPEND 0x10 /* Prepend to front of list */ macro