浏览代码

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>
Zygmunt Krynicki 7 年之前
父节点
当前提交
b2c2086c39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      security/apparmor/domain.c

+ 1 - 1
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));