commit | f7da2de01127b58d93cebeab165136d0998e7b1a | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Wed Apr 20 14:18:18 2016 -0700 |
committer | John Johansen <john.johansen@canonical.com> | Tue Jul 12 08:43:10 2016 -0700 |
tree | e61ea1a2516b02cd42c3275dd29b3d32a93889dd | |
parent | 7ee6da25dcce27b6023a8673fdf8be98dcf7cacf [diff] |
apparmor: ensure the target profile name is always audited The target profile name was not being correctly audited in a few cases because the target variable was not being set and gotos passed the code to set it at apply: Since it is always based on new_profile just drop the target var and conditionally report based on new_profile. Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Seth Arnold <seth.arnold@canonical.com>