v1.0.0 #1
FileBay
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
LAN Sheriff v1.0.0
Nothing leaves town unnoticed.
Download the archive for your platform, unpack it, and run
lan-sheriff.No configuration, no account, and no elevated privileges for Deputy Mode.
Patrol Mode (which sees every device rather than only this machine) is
compiled in. It needs privilege, not a rebuild; the dashboard tells you the
exact command for your system if it is unavailable.
Shipped unsigned by a certificate authority. macOS will say the developer
cannot be verified and Windows SmartScreen will hide the run button; the
README
explains the way past each. A signed build follows as a point release and
changes nothing about the software.
The Homebrew cask and the Scoop manifest are written but deliberately not
published with this release: they embed download URLs and checksums worth
proving against a real release first. Both land in the next version.
Checking what you downloaded
Every archive is listed in
checksums.txt, and that file is signed. Thesignature is keyless: it is bound to the GitHub Actions run that built this
release and recorded in a public transparency log, so verifying it requires
trusting sigstore rather than trusting us.
cosign verify-blob checksums.txt \ --signature checksums.txt.sig \ --certificate checksums.txt.pem \ --certificate-identity-regexp 'https://github.com/291-Group/LAN-Sheriff' \ --certificate-oidc-issuer https://token.actions.githubusercontent.com sha256sum -c checksums.txt --ignore-missinginstall.shdoes the checksum half of this for you and refuses to installwithout it.
_portablearchives are built without packet capture. They runanywhere and offer Deputy Mode only. Use one if the standard build will not
start, or if you would rather not have a capture library in the process.
Full Changelog: https://github.com/291-Group/LAN-Sheriff/commits/v1.0.0
This discussion was created from the release v1.0.0.
All reactions