From 5cb1c75f2d1f36f18e3122956ac1b57075dbd68f Mon Sep 17 00:00:00 2001 From: friendly-rabbit-35 Date: Mon, 13 May 2024 21:45:36 +0000 Subject: [PATCH] Fix typo Signed-off-by: friendly-rabbit-35 --- content/posts/linux/Desktop Linux Hardening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/linux/Desktop Linux Hardening.md b/content/posts/linux/Desktop Linux Hardening.md index 1e6cfa1..d6785cc 100644 --- a/content/posts/linux/Desktop Linux Hardening.md +++ b/content/posts/linux/Desktop Linux Hardening.md @@ -71,7 +71,7 @@ Machine ID #### System Counting -Many Linux distributions sends some telemetry by default to count how many systems are using their software. Consider disabling this depending on your threat model. +Many Linux distributions send some telemetry by default to count how many systems are using their software. Consider disabling this depending on your threat model. The Fedora Project offers a ["countme" variable](https://dnf.readthedocs.io/en/latest/conf_ref.html#countme-label) to much more accurately [count unique systems accessing its mirrors](https://fedoraproject.org/wiki/Changes/DNF_Better_Counting) without involving unique IDs. While currently disabled by default, you could add `countme=false` to `/etc/dnf/dnf.conf` in case the default changes in the future. On rpm‑ostree systems such as Fedora Silverblue and Kinoite, the `countme` option can be disabled by [masking the rpm-ostree-countme timer](https://coreos.github.io/rpm-ostree/countme/).