Yo!
Hope people have had a lovely spring. This month has passed quickly! I have put off writing the monthly post because I was busy with a weekend project.
My master thesis was about how to apply transparency logs and reproducible builds to give package rebuilders the ability to produce tamper evident logs. This is handy since any one package build can easily be proven to be part of the log, and you can very easily fill inn the history from one point in time to another by hashing files in the correct order.
These days transparency logs has seen a larger adoption with projects like sigstore and trustix. What’s interesting is that kernel.org publishes a transparency log of all the git push operations.
This is handy as it allows people to verify that a commit was actually pushed from a kernel developer. This prevents cases where someone with access to kernel.org can’t create a commit on the server without it being possible to detect. However, transparency logs are only really useful if people monitor them for changes and replicate them. Thus i decided to quickly hack up a monitor on the log to make the information easily digestible.
I’ll probably continue to hack on this project a little bit to get some statistics between kernel releases. Maybe some graphs? But currently it works quite nicely to display the information on the log. A fun little project!
While talking about kernel security, the Linux TAB published their report on the entire University of Minnesota fiasco. Whats interesting about the email is that they linked the IEEE complaint Santiago, me and a few others wrote after reading the abstract back in December. I have no clue how they got the link since the draft pad was never shared outside of the twitter group we had. Weird 😀
https://lwn.net/ml/linux-kernel/202105051005.49BFABCE@keescook/
Other then that I have submitted a patch to Golang to default add full relro
flags when building with PIE and using the host compiler. I also did my first
patch to a kernel related mailing list to patch a bug in b4.
Rest of the work has mostly been to get my secure boot tooling up to speed so I
can move off from the preexisting Canonical tooling and better test. This has
resulted in go-uefi, my Golang native library for interactive with efivarfs
on Linux, having some form of integration tests towards OVMF. Which is great 😃
https://github.com/Foxboron/go-uefi/tree/master/tests
Lastly the work on debug packages in Arch has slowed down due to lack of feedback on the patches. I wanted to have the stuff out in February but sadly it’s going to take longer. Disappointing but stuff happens.
Cheers and see you next month!
Package Updates to [community]
goupdated to2:1.16.3-1saltupdated to3003-1,3003-2plocateupdated to1.1.6-1,1.1.7-1crunupdated to0.19-1,0.19.1-1github-cliupdated to1.8.1-1,1.9.1-1,1.9.2-1k9supdated to0.24.7-1qutebrowserupdated to2.1.1-1,2.2.0-1,2.2.1-1python-nbxmppupdated to2.0.2-1python-nvxmppupdated to2.0.2-1fzfupdated to0.27.0-1archlinux-reproupdated to20210408-1,20210422-1docker-composeupdated to1.29.0-1,1.29.1-2python-dotenvupdated to0.17.0-1python-dockerupdated to5.0.0-1pdfjsupdated to2.8.335-1yubico-pamupdated to2.27-1python-nltkupdated to3.6.1-1buildahupdated to1.20.0-2,1.20.1-1python-docsupdated to3.9.4-1lxdupdated to4.13-1python-adblockupdated to0.4.4-1sbctlupdated to0.2-1,0.3-1lostfilesupdated to4.11-1step-caupdated to0.15.14-1skopeoupdated to1.2.3-1podmanupdated to3.1.1-1,3.1.1-2,3.1.2-1archlinux-contribupdated to20210418-1pokeupdated to1.2-1helmupdated to3.5.4-1nvme-cliupdated to1.14-1python-m2cryptoupdated to0.37.1-2python-psycopg2updated to2.8.6-4b4updated to0.6.2-2borgupdated to1.1.16-3mopidyupdated to3.1.1-3raftupdated to0.10.1-1dqliteupdated to1.7.0-1dunstupdated to1.6.1-1,1.6.1-2lxcfsupdated to4.0.8-1lxcupdated to1:4.0.8-1
Package removals from [community]
python2-m2cryptopython2-traitletspython2-prompt_toolkit1python2-geventpython2-pathlibpython2-tarantoolpython2-psycopg2
Potential new packages for
oomdvgrepgit-publishpsi-notifyetcdgoseckindnomaddistrobuilderhunspell-nbhunspell-nnmagic-wormhole
Bugfixes
Other things…
- Support Full RELRO with
-buildmode=pie: https://github.com/golang/go/pull/45681 - Patch b4: https://lore.kernel.org/tools/20210421202942.1358011-1-foxboron@archlinux.org/T/#u