]> git.ipfire.org Git - people/ms/linux.git/commit
apparmor: Fix failure to audit context info in build_change_hat
authorJohn Johansen <john.johansen@canonical.com>
Fri, 20 Jul 2018 10:25:25 +0000 (03:25 -0700)
committerJohn Johansen <john.johansen@canonical.com>
Fri, 20 Jul 2018 10:25:25 +0000 (03:25 -0700)
commit24b87a16fee0ebd49b66e8523186ace7ea09ad12
tree60b9bcaf2fe6424453824d30987e3295bb53556f
parentf4585bc20fc785d94192cf780ee925e25891ddfd
apparmor: Fix failure to audit context info in build_change_hat

Cleans up clang warning:
warning: variable 'info' set but not used [-Wunused-but-set-variable]

Fixes: 89dbf1962aa63 ("apparmor: move change_hat mediation to using labels")
Reported-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/domain.c