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

correctly label pulpcore-(api|content) binaries #71

Merged
merged 1 commit into from
Jan 12, 2024
Merged

Commits on Jan 12, 2024

  1. correctly label pulpcore-(api|content) binaries

    since pulpcore 3.33 there are new binaries to start pulpcore services,
    but those binaries were not properly labeled with pulpcore_server_exec_t
    like their old counterpart gunicorn
    without that label, the services run as unconfined_service_t, which
    results in errors like httpd not being able to connect to them
    
    while at it, also properly label the pulpcore-worker binary in /usr/bin
    evgeni committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f57c41f View commit details
    Browse the repository at this point in the history