[apparmor] [PATCH 2/8] apparmor: fix typo "loosen"

Zygmunt Krynicki zygmunt.krynicki at canonical.com
Thu Apr 12 10:34:28 UTC 2018


Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>
---
 security/apparmor/domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/apparmor/domain.c b/security/apparmor/domain.c
index 6919721a2aa9..8025b9a2afbc 100644
--- a/security/apparmor/domain.c
+++ b/security/apparmor/domain.c
@@ -744,7 +744,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));
-- 
2.14.1




More information about the AppArmor mailing list