summaryrefslogtreecommitdiffstats
path: root/security/apparmor/domain.c
diff options
context:
space:
mode:
authorZygmunt Krynicki2018-04-12 12:34:28 +0200
committerJohn Johansen2018-05-03 09:47:56 +0200
commitb2c2086c3984d96045e758d984d859caae6f96ca (patch)
treeacade2969dba0121660977877f25bda43ff924cc /security/apparmor/domain.c
parentapparmor: add the ability to get a task's secid (diff)
downloadkernel-qcow2-linux-b2c2086c3984d96045e758d984d859caae6f96ca.tar.gz
kernel-qcow2-linux-b2c2086c3984d96045e758d984d859caae6f96ca.tar.xz
kernel-qcow2-linux-b2c2086c3984d96045e758d984d859caae6f96ca.zip
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>
Diffstat (limited to 'security/apparmor/domain.c')
-rw-r--r--security/apparmor/domain.c2
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));