mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
apparmor: fix typo "loosen"
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> Acked-by: Christian Boltz <apparmor@cboltz.de> Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
parent
a7ae3645f5
commit
b2c2086c39
1 changed files with 1 additions and 1 deletions
|
|
@ -839,7 +839,7 @@ static struct aa_label *handle_onexec(struct aa_label *label,
|
||||||
cond, unsafe));
|
cond, unsafe));
|
||||||
|
|
||||||
} else {
|
} 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,
|
error = fn_for_each_in_ns(label, profile,
|
||||||
profile_onexec(profile, onexec, stack, bprm,
|
profile_onexec(profile, onexec, stack, bprm,
|
||||||
buffer, cond, unsafe));
|
buffer, cond, unsafe));
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue