pub mod approval_variants_exhaustive;
pub mod atomic_write_mode_0600_at_creation;
pub mod audit_chain_writer_reader_agreement;
pub mod audit_rotates_on_corruption;
pub mod ctf_flag_non_decryptable;
pub mod ctf_verify_rate_limited_and_audited;
pub mod decrypt_returns_zeroizing;
pub mod envseal_file_symlink_not_followed;
pub mod error_enum_non_exhaustive;
pub mod gui_spoofing_defense;
pub mod lifecycle_e2e;
pub mod machine_id_removed;
pub mod master_key_atomic_no_tmp_leftover;
pub mod module_reexports_surface;
pub mod open_with_passphrase_round_trip;
pub mod pipe_enforces_binary_hash;
pub mod policy_security_sealed_no_plaintext;
pub mod policy_tampered_rejects_rename_secret;
pub mod policy_tampered_rejects_revoke_with_policy;
pub mod relay_rejects_insecure_endpoint;
pub mod relay_required_no_gui_fallback;
pub mod rule_expiry_re_prompts;
pub mod salt_file_removed;
pub mod security_config_system_toml_read_once;
pub mod system_custom_ui_cmd_path_validated;
pub mod totp_decrypt_move_not_copy;
pub mod whitespace_only_envseal_mapping_rejected;
#[cfg(windows)]
pub mod windows_dacl_blocks_vm_read;