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

fix: cleanup journal noise for selinux errors #194

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 24, 2024

  1. fix: gssproxy.service failing to start

    Fixes: #165
    
    This workaround should correct the gssproxy.service failure to start by
    using tmpfiles to create the missing directories in /var/lib and a
    service to restore the selinux labels on them.
    bsherman committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    56ec124 View commit details
    Browse the repository at this point in the history
  2. fix: swtpm and libvirt selinux issues on ucore-hci

    Fixes: #190
    
    I've run into the swtpm issue on my ucore installs and others have hit
    libvirt log dir issues. These workarounds were already present in
    Bluefin. Borrowed the fixes from there.
    bsherman committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c159517 View commit details
    Browse the repository at this point in the history
  3. fix: cleanup journal noise for selinux errors

    Fixes: #193
    
    It may be debatable to fix this... it is log noise, but maybe we should
    leave it for a more "real" fix?
    
    Pushing PR to get feedback.
    bsherman committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8b77b36 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    09c5fbf View commit details
    Browse the repository at this point in the history