Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tool(systemd): support global credentials installation #307

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 11, 2024

  1. tool(systemd): support global credentials installation

    Now, lzbt can install global credentials directories passed inside the ESP and
    manage the lifecycle of it in a basic fashion.
    RaitoBezarius committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    15f9bbe View commit details
    Browse the repository at this point in the history
  2. modules/lanzaboote: support global credentials and local credentials

    Now the lanzaboote module can understand passed list of credentials, either global or local
    and pass them to `lzbt` CLI.
    RaitoBezarius committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    3d427e2 View commit details
    Browse the repository at this point in the history
  3. nix/tests/lanzaboote: add credentials-basic test

    Create a simple test to evaluate credentials mechanism with lanzaboote
    that does not even make use of TPM2 and just copy garbage around.
    RaitoBezarius committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8d6da48 View commit details
    Browse the repository at this point in the history