Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
sbctl-0.15.4-linux-amd64.tar.gz | 2024-08-05 | 6.6 MB | |
sbctl-0.15.4-linux-arm64.tar.gz | 2024-08-05 | 6.1 MB | |
sbctl-0.15.4-linux-arm.tar.gz | 2024-08-05 | 6.1 MB | |
sbctl-0.15.4.tar.gz | 2024-08-05 | 17.8 MB | |
sbctl-0.15.4.tar.gz.sig | 2024-08-05 | 566 Bytes | |
0.15.4 source code.tar.gz | 2024-08-05 | 17.8 MB | |
0.15.4 source code.zip | 2024-08-05 | 17.9 MB | |
README.md | 2024-08-05 | 1.0 kB | |
Totals: 8 Items | 72.4 MB | 0 |
Final landlock fixup, everything should be fine now.
- Fixed an issue where
sign-all
did not report a non-zero exit code when something failed - Fixed and issue where we couldn't write to a file with landlock
- Fixed an issue where
--json
would print the human readable output and the json - Fixes landlock for UKI/bundles by disabling the sandbox feature
- Some doc fixups that mentioned
/usr/share/
Generated list of changes
What's Changed
- 91-sbctl.install: Unconditionally remove file from database by @chenxiaolong in https://github.com/Foxboron/sbctl/pull/341
- sbctl: Fix human readable output being printed when using
--json
by @chenxiaolong in https://github.com/Foxboron/sbctl/pull/342 - Ensure landlock works for signing entries by @Foxboron in https://github.com/Foxboron/sbctl/pull/344
New Contributors
- @chenxiaolong made their first contribution in https://github.com/Foxboron/sbctl/pull/341
Full Changelog: https://github.com/Foxboron/sbctl/compare/0.15.3...0.15.4