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

2018-05-03 Thread John Johansen
On 04/12/2018 03:34 AM, Zygmunt Krynicki wrote:
> Signed-off-by: Zygmunt Krynicki 

Acked-by: john johansen  ---
>  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));
> 


-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor


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

2018-04-12 Thread Zygmunt Krynicki
Signed-off-by: Zygmunt Krynicki 
---
 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


-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor