diff --git a/src/soosef/fieldkit/killswitch.py b/src/soosef/fieldkit/killswitch.py index 0007da7..e9dab85 100644 --- a/src/soosef/fieldkit/killswitch.py +++ b/src/soosef/fieldkit/killswitch.py @@ -98,6 +98,7 @@ def execute_purge(scope: PurgeScope = PurgeScope.ALL, reason: str = "manual") -> ("destroy_attestation_log", lambda: _secure_delete_dir(paths.ATTESTATIONS_DIR)), ("destroy_chain_data", lambda: _secure_delete_dir(paths.CHAIN_DIR)), ("destroy_temp_files", lambda: _secure_delete_dir(paths.TEMP_DIR)), + ("destroy_audit_log", lambda: _secure_delete_file(paths.AUDIT_LOG)), ("destroy_config", lambda: _secure_delete_file(paths.CONFIG_FILE)), ("clear_journald", _clear_system_logs), ]