• v2.0-10 a9811e04f5

    v2.0-10 Stable

    amnesia released this 2026-07-10 18:12:21 +02:00 | 24 commits to main since this release

    lainos-utils ~ Changelog

    New Features

    • Added lainos-sdwdate ~ toggle script to switch between chrony (plaintext NTP, always available) and sdwdate (Tor-based, fingerprint-resistant time sync; requires Tor to be running, no fallback if Tor is unreachable). chrony remains the default; sdwdate is an explicit, deliberate opt-in.
      lainos-sdwdate enable    # switch to Tor-based sync
      lainos-sdwdate disable   # switch back to chrony (default)
      lainos-sdwdate status    # show which is active + current time
      

    Bug Fixes

    • lainos-sdwdate: removed set -e, which caused the script to exit early whenever rc-service status returned a non-zero exit code for a stopped service (normal, expected behavior) instead of continuing through all status checks.
    • kloak: fixed the wrapper script self-referencing itself via a bare doas kloak PATH lookup instead of calling /usr/bin/kloak directly, causing repeated re-invocation and a doas: Operation not permitted failure.

    Documentation

    • Integrated the LainOS Layer 02 user guide into the package, installed to /usr/share/lainos/lainos-layer02-user-guide.md, matching the path lainos-help already expected.
    Downloads