lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1f7b653a-3e15-eea4-9128-402b2ed28b@bombadil.infradead.org>
Date:   Sat, 20 Mar 2021 22:49:30 -0700 (PDT)
From:   Randy Dunlap <rdunlap@...badil.infradead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>
cc:     jmorris@...ei.org, serge@...lyn.com,
        linux-security-module@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2] device_cgroup: A typo fix



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/acessed/accessed/
>
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

although I still don't care for the $Subject.


> ---
> Changes from V1:
>  Getting rid of unwanted comment delimeter addition
>  Subject line missed propper commit subject labeling
>
> security/device_cgroup.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/security/device_cgroup.c b/security/device_cgroup.c
> index 04375df52fc9..30b3083276df 100644
> --- a/security/device_cgroup.c
> +++ b/security/device_cgroup.c
> @@ -409,7 +409,7 @@ static bool verify_new_ex(struct dev_cgroup *dev_cgroup,
> 		} else {
> 			/*
> 			 * new exception in the child will add more devices
> -			 * that can be acessed, so it can't match any of
> +			 * that can be accessed, so it can't match any of
> 			 * parent's exceptions, even slightly
> 			 */
> 			match = match_exception_partial(&dev_cgroup->exceptions,
> --
> 2.20.1
>
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ