Skip to content

aa-notify: precompile filter regexes

Georgia Garcia requested to merge georgiag/apparmor:fix-regex-aa-notify into master

Precompile each filter regex with re.compile so they don't need to be recompiled for each log message when using re.match directly.

Signed-off-by: Georgia Garcia georgia.garcia@canonical.com

Merge request reports