Commit b2c2086c authored by Zygmunt Krynicki's avatar Zygmunt Krynicki Committed by John Johansen

apparmor: fix typo "loosen"

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@canonical.com>
Acked-by: default avatarChristian Boltz <apparmor@cboltz.de>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent a7ae3645
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment