Building a Secure Software Supply Chain with GNU Guix

  • Date Monday, April 24, 2023  Time 10:00 AM
  • Speaker Ludovic Courtès works as a research software engineer (RSE) at Inria, the French research institute in computer science and mathematics.
  • Location Galois was pleased to host this tech talk via live-stream for the public on April 24, 2023.

Abstract:

A key element of supply chain security is updates: how can we make sure software updates are secure? That one doesn’t risk running malicious software when updating software their system? For free system distributions, The Update Framework (TUF) has become a reference on these matters. However, TUF is designed with binary distributions in mind—think Debian or even PyPI—and is not suite for “source distributions” like GNU Guix.

In this talk I will present how Guix distributes software packages and the mechanisms central to supply chain security in Guix: reproducible builds, builds from source (the “full-source bootstrap”), and provenance tracking. Software updates in Guix amount to ‘git pull’ so the security of updates translates to the ability to authenticate Git checkouts.

Believe it or not, this pretty fundamental problem was still in search of a solution. Guix developed a simple mechanism for Git authentication, which has been used in production for a couple of years. I will present it and, given that the solution is generic, show how it could benefit Git users alike. We’ll also reflect on how Guix’s approach compares to those developed by tools like slsa or in-toto.

Bio:  

Ludovic Courtès works as a research software engineer (RSE) at Inria, the French research institute in computer science and mathematics.  In 2012 he started Guix, a project to develop a reproducible software deployment toolkit.  He has been working on it with an eye on using it as a foundation for reproducible research workflows and high-performance computing as part of the Guix-HPC workflows.  His interest lies in leveraging functional programming to make hard problems more tractable.