Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dauditfilter.c255 listnr = rule->flags & ~AUDIT_FILTER_PREPEND; in audit_to_entry_common()
285 entry->rule.flags = rule->flags & AUDIT_FILTER_PREPEND; in audit_to_entry_common()
973 if (entry->rule.flags & AUDIT_FILTER_PREPEND) in audit_add_rule()
979 if (entry->rule.flags & AUDIT_FILTER_PREPEND) { in audit_add_rule()
983 entry->rule.flags &= ~AUDIT_FILTER_PREPEND; in audit_add_rule()
/Linux-v4.19/include/uapi/linux/
Daudit.h167 #define AUDIT_FILTER_PREPEND 0x10 /* Prepend to front of list */ macro