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

daemon: secureboot updates API endpoint #14541

Open
wants to merge 3 commits into
base: fde-manager-features
Choose a base branch
from

Commits on Oct 1, 2024

  1. overlord/fdestate: stubs for EFI secure boot keys database updates

    Stubs
    
    Signed-off-by: Maciej Borzecki <[email protected]>
    bboozzoo committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    04271e6 View commit details
    Browse the repository at this point in the history
  2. daemon: access checker for a connected interface on the slot side and…

    … process being root
    
    Add a new access checker which verifies that the request is coming from
    a root user and if the process is a snap, a required interface is
    connected, with that snap present on the slot side.
    
    Signed-off-by: Maciej Borzecki <[email protected]>
    bboozzoo committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5333fe2 View commit details
    Browse the repository at this point in the history
  3. daemon: add /v2/system-secureboot endpoint for pushing updates to sec…

    …ureboot key DBs
    
    Add a new endpoint for integration with a local manager of EFI
    secureboot key databases.
    
    Signed-off-by: Maciej Borzecki <[email protected]>
    bboozzoo committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    70eed3e View commit details
    Browse the repository at this point in the history