Home
last modified time | relevance | path

Searched hist:f7da2de01127b58d93cebeab165136d0998e7b1a (Results 1 – 1 of 1) sorted by relevance

/linux/security/apparmor/
H A Ddomain.cdiff f7da2de01127b58d93cebeab165136d0998e7b1a Wed Apr 20 23:18:18 CEST 2016 John Johansen <john.johansen@canonical.com> 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>