From: Zygmunt Krynicki Date: Thu, 12 Apr 2018 10:34:28 +0000 (+0200) Subject: apparmor: fix typo "loosen" X-Git-Tag: v4.18-rc1~28^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2c2086c3984d96045e758d984d859caae6f96ca;p=thirdparty%2Fkernel%2Flinux.git apparmor: fix typo "loosen" Signed-off-by: Zygmunt Krynicki Acked-by: Christian Boltz Signed-off-by: John Johansen --- diff --git a/security/apparmor/domain.c b/security/apparmor/domain.c index 590b7e8cd21c5..098d546d8253d 100644 --- a/security/apparmor/domain.c +++ b/security/apparmor/domain.c @@ -839,7 +839,7 @@ static struct aa_label *handle_onexec(struct aa_label *label, cond, unsafe)); } else { - /* TODO: determine how much we want to losen this */ + /* TODO: determine how much we want to loosen this */ error = fn_for_each_in_ns(label, profile, profile_onexec(profile, onexec, stack, bprm, buffer, cond, unsafe));