diff options
author | Zygmunt Krynicki <[email protected]> | 2018-04-12 12:34:28 +0200 |
---|---|---|
committer | John Johansen <[email protected]> | 2018-05-03 00:47:56 -0700 |
commit | b2c2086c3984d96045e758d984d859caae6f96ca (patch) | |
tree | acade2969dba0121660977877f25bda43ff924cc | |
parent | a7ae3645f5cf3f0cb2420522b7b3ff2352bb1ee8 (diff) |
apparmor: fix typo "loosen"
Signed-off-by: Zygmunt Krynicki <[email protected]>
Acked-by: Christian Boltz <[email protected]>
Signed-off-by: John Johansen <[email protected]>
-rw-r--r-- | security/apparmor/domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/domain.c b/security/apparmor/domain.c index 590b7e8cd21c..098d546d8253 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)); |