AppArmor: Update dfa matching routines.
authorJohn Johansen <john.johansen@canonical.com>
Thu, 16 Feb 2012 14:20:26 +0000 (06:20 -0800)
committerJohn Johansen <john.johansen@canonical.com>
Wed, 14 Mar 2012 13:15:24 +0000 (06:15 -0700)
Update aa_dfa_match so that it doesn't result in an input string being
walked twice (once to get its length and another time to match)

Add a single step functions
  aa_dfa_next

Signed-off-by: John Johansen <john.johansen@canonical.com>
Acked-by: Kees Cook <kees@ubuntu.com>

No differences found