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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <2accf73b-ef0c-4755-82c8-fbe1758fc570@fiberby.net>
Date: Thu, 12 Sep 2024 17:30:40 +0000
From: Asbjørn Sloth Tønnesen <ast@...erby.net>
To: Stephen Hemminger <stephen@...workplumber.org>, netdev@...r.kernel.org
Subject: Re: [PATCH iproute] man: replace use of term whitelist

Hi Stephen,

On 9/12/24 5:22 PM, Stephen Hemminger wrote:
> Avoid use of term whitelist because it propgates white == good
> assumptions. Not really neede on the man page.
> See: https://inclusivenaming.org/word-lists/tier-1/whitelist/
> 
> Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
> ---
>   man/man8/tc-ife.8 | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man/man8/tc-ife.8 b/man/man8/tc-ife.8
> index fd2df6c3..7565c592 100644
> --- a/man/man8/tc-ife.8
> +++ b/man/man8/tc-ife.8
> @@ -120,7 +120,7 @@ Match with skb mark of 17:
>   
>   Configure the sending side to encode for the filters above. Use a destination
>   IP address of 192.168.122.237/24, then tag with skb mark of decimal 17. Encode
> -the packaet with ethertype 0xdead, add skb->mark to whitelist of metadatum to
> +the packaet with ethertype 0xdead, add skb->mark to allowed list of metadatum to

Might as well retire "packaet" while at it.

>   send, and rewrite the destination MAC address to 02:15:15:15:15:15.
>   
>   .RS

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ