moonlock/config/moonlock.toml.example
nevaforget db05df36d4 Add security hardening, config system, and integration tests
- Password wiping after PAM auth (bytearray zeroed)
- TOML config loading (/etc/moonlock/ and ~/.config/moonlock/)
- Config controls fingerprint_enabled and background_path
- Integration tests for password/fingerprint auth flows
- Security tests for bypass prevention and data cleanup
- 51 tests passing
2026-03-26 12:36:58 +01:00

9 lines
295 B
Plaintext

# Moonlock configuration
# Copy to /etc/moonlock/moonlock.toml or ~/.config/moonlock/moonlock.toml
# Path to background wallpaper image (optional)
# background_path = "/usr/share/wallpapers/moon.jpg"
# Enable fingerprint authentication via fprintd (default: true)
# fingerprint_enabled = true