Soften process guard re-introduction language

This commit is contained in:
2026-06-01 13:19:41 +02:00
parent 41f66b4171
commit 4d077c8e37
+2 -3
View File
@@ -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