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

John Johansen john.johansen at canonical.com
Thu May 3 07:45:10 UTC 2018


On 04/12/2018 03:34 AM, Zygmunt Krynicki wrote:
> Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>

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




More information about the AppArmor mailing list