debian-forge/osbuild
David Rheinsberg ebbedd1e89 linux: add proc_boot_id()
A new helper for the util.linux module which exposes the linux boot-id.
For security reasons, the boot-id is never exposed directly, but
instead only exposed through an application-id combined with the boot-id
via HMAC-SHA256.

Note that a raw kernel boot-id is always considered confidential, since
we never want an outside entity to deduce any information when they see
a boot-id used in protocol A and one in protocol B. It should not be
possible to tell whether both are from the same user and boot or not.
Hence, both should use their own boot-id namespace.
2022-12-06 09:48:38 +01:00
..
formats osbuild: auto-detect best available runner 2022-10-11 12:49:16 +02:00
util linux: add proc_boot_id() 2022-12-06 09:48:38 +01:00
__init__.py Post release version bump 2022-11-23 08:16:54 +00:00
__main__.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00
api.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00
buildroot.py buildroot: explicitly bind mount runner 2022-10-11 12:49:16 +02:00
devices.py devices: new helper to ensure a device node exists 2022-11-22 18:28:38 +01:00
host.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00
inputs.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00
loop.py loop: silence W0201 (attribute outside init) in set_status 2022-05-06 17:33:23 +02:00
main_cli.py osbuild: share terminal formats between files 2022-09-09 21:43:56 +02:00
meta.py meta: ensure we have an absolute path for Index 2022-10-11 12:49:16 +02:00
monitor.py monitor/log: show build root and runner 2022-10-11 12:49:16 +02:00
mounts.py mounts: use the options object for mountopts 2022-11-30 14:21:10 +01:00
objectstore.py objectstore: direct path i/o for Object 2022-11-21 17:26:53 +01:00
pipeline.py objectstore: direct path i/o for Object 2022-11-21 17:26:53 +01:00
remoteloop.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00
sources.py osbuild: run isort on all files 2022-09-12 13:32:51 +02:00