From de3338dc90f4c877bb2e714f5302a48e8289c72b Mon Sep 17 00:00:00 2001 From: Pierre Warnier Date: Tue, 15 Sep 2026 12:02:37 +0200 Subject: [PATCH] docs: point the environment-hardening item at an issue that is open #249 was closed on 2026-09-04 with the record I/O work and never covered this; the item now has its own issue, #314, with what it would take. --- docs/SECURITY-HARDENING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SECURITY-HARDENING.md b/docs/SECURITY-HARDENING.md index 6465196..e120d18 100644 --- a/docs/SECURITY-HARDENING.md +++ b/docs/SECURITY-HARDENING.md @@ -144,7 +144,7 @@ effective — sudo-rs uses this approach. `harden_process()` does not modify the process's own environment: in-process PAM and NSS modules still see the caller's. It no longer *claims* to — it used to return a sanitized environment that all thirteen callers discarded. Children -are given a clean environment where they are spawned. Tracked in #249. +are given a clean environment where they are spawned. Tracked in #314. ## References