Skip to content
Commit 0590b933 authored by Al Viro's avatar Al Viro
Browse files

fixing audit rule ordering mess, part 1



Problem: ordering between the rules on exit chain is currently lost;
all watch and inode rules are listed after everything else _and_
exit,never on one kind doesn't stop exit,always on another from
being matched.

Solution: assign priorities to rules, keep track of the current
highest-priority matching rule and its result (always/never).

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 1a9d0797
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment