[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aeff2e07-4780-8d4c-581a-fdd1756eb64a@schaufler-ca.com>
Date: Tue, 11 May 2021 09:09:46 -0700
From: Casey Schaufler <casey@...aufler-ca.com>
To: menglong8.dong@...il.com
Cc: jmorris@...ei.org, serge@...lyn.com,
linux-security-module@...r.kernel.org,
linux-kernel@...r.kernel.org,
Xiong Zhenwu <xiong.zhenwu@....com.cn>,
Casey Schaufler <casey@...aufler-ca.com>
Subject: Re: [PATCH] security/smack: fix misspellings using codespell tool
On 3/18/2021 4:10 AM, menglong8.dong@...il.com wrote:
> From: Xiong Zhenwu <xiong.zhenwu@....com.cn>
>
> A typo is found out by codespell tool in 116th line of smackfs.c:
>
> $ codespell ./security/smack
> ./smackfs.c:116: lables ==> labels
>
> Fix a typo found by codespell.
>
> Signed-off-by: Xiong Zhenwu <xiong.zhenwu@....com.cn>
Added to smack-next. Thank you.
> ---
> security/smack/smackfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c
> index 22ded2c26089..ef8625cb3f2a 100644
> --- a/security/smack/smackfs.c
> +++ b/security/smack/smackfs.c
> @@ -113,7 +113,7 @@ struct smack_known *smack_syslog_label;
> * SMACK_PTRACE_DEFAULT regular smack ptrace rules (/proc based)
> * SMACK_PTRACE_EXACT labels must match, but can be overriden with
> * CAP_SYS_PTRACE
> - * SMACK_PTRACE_DRACONIAN lables must match, CAP_SYS_PTRACE has no effect
> + * SMACK_PTRACE_DRACONIAN labels must match, CAP_SYS_PTRACE has no effect
> */
> int smack_ptrace_rule = SMACK_PTRACE_DEFAULT;
>
Powered by blists - more mailing lists