From 7c48dea972cfec5775808c24ac61f017ea8b6999 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 25 Aug 2022 07:53:32 -0400 Subject: [PATCH] Remove conflicting info Signed-off-by: Tommy --- content/os/Desktop-Linux-Hardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/os/Desktop-Linux-Hardening.md b/content/os/Desktop-Linux-Hardening.md index 8781423..eff5572 100644 --- a/content/os/Desktop-Linux-Hardening.md +++ b/content/os/Desktop-Linux-Hardening.md @@ -55,7 +55,7 @@ systemctl restart NetworkManager If you are using [systemd-networkd](https://en.wikipedia.org/wiki/Systemd#Ancillary_components), you will need to set [`MACAddressPolicy=random`](https://www.freedesktop.org/software/systemd/man/systemd.link.html#MACAddressPolicy=) which will enable [RFC 7844 (Anonymity Profiles for DHCP Clients)](https://www.freedesktop.org/software/systemd/man/systemd.network.html#Anonymize=). -There isn’t much point in randomizing the MAC address for Ethernet connections as a system administrator can find you by looking at the port you are using on the [network switch](https://en.wikipedia.org/wiki/Network_switch). Randomizing Wi-Fi MAC addresses depends on support from the Wi-Fi’s firmware. +Note that randomizing Wi-Fi MAC addresses depends on support from the Wi-Fi card firmware. ### Other Identifiers