From 4d077c8e37536163303dea6908e92b6cf92a3fc6 Mon Sep 17 00:00:00 2001 From: forkless Date: Mon, 1 Jun 2026 13:18:54 +0200 Subject: [PATCH] Soften process guard re-introduction language --- AUDIT.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AUDIT.md b/AUDIT.md index 5142d1e..03cd801 100644 --- a/AUDIT.md +++ b/AUDIT.md @@ -28,9 +28,8 @@ no data exfiltration surface. `check_game_not_running()` is never called from `main.rs`. The intent is to prevent accidental save corruption by warning the user -if the game is running during backup or recovery operations. This -feature will be re-enabled once the project completes SignPath -certification. +if the game is running during backup or recovery operations. +This feature may be re-introduced in a future release provided it does not trigger false positives or interfere with normal system operation. ## File I/O