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

chore: fixup paths for selinux #547

Merged
merged 2 commits into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. chore: fixup paths for selinux

    Using the service-info-api server with selinux requires us to put
    anything we want to send to the device under /var/lib/fdo as that
    directory, and its files, will now get the correct selinux label.
    The previous approach opens up for security issues by leaving the
    process basically accessing the whole host.
    
    Signed-off-by: Antonio Murdaca <[email protected]>
    runcom committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ff02114 View commit details
    Browse the repository at this point in the history
  2. fix(data-formats): fixes redundant pattern matching

    Signed-off-by: Irene Diez <[email protected]>
    7flying authored and runcom committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    98e9479 View commit details
    Browse the repository at this point in the history