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

Don't let plugins fail due to read-only fs #3239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 12, 2024

  1. Don't let plugins fail due to read-only fs

    Read-only file systems fall into the same category as unsupported ones
    (i.e. writing the desired file metadata to them is meaningless) so
    handle those gracefully in the plugin hooks, too.
    
    This is useful e.g. when preparing a system for IMA by reinstalling the
    desired packages with the IMA plugin enabled, including ones that own
    paths such as /mnt which are meant to be used as mount points, often
    read-only (e.g. when mounting an ISO).
    
    Fixes: RHEL-33726
    dmnks committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ad2cd2a View commit details
    Browse the repository at this point in the history