Skip to content

fix: adding security_opt to disable labels#1475

Open
NeilSmithDLS wants to merge 1 commit intomainfrom
disable-SELinux-labels
Open

fix: adding security_opt to disable labels#1475
NeilSmithDLS wants to merge 1 commit intomainfrom
disable-SELinux-labels

Conversation

@NeilSmithDLS
Copy link
Copy Markdown

updating the system test compose.yaml file to disable SELinux file lables by adding:

    security_opt:
      - label=disable

to the services. This allows the containers to run within Docker on Fedora machines

@NeilSmithDLS NeilSmithDLS requested a review from a team as a code owner April 7, 2026 13:45
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.20%. Comparing base (56e5b2c) to head (2f2754c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1475   +/-   ##
=======================================
  Coverage   95.20%   95.20%           
=======================================
  Files          43       43           
  Lines        3128     3128           
=======================================
  Hits         2978     2978           
  Misses        150      150           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@NeilSmithDLS NeilSmithDLS changed the title adding security_opt to disable labels fix: adding security_opt to disable labels Apr 8, 2026
@NeilSmithDLS NeilSmithDLS linked an issue Apr 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blueapi fails on Fedora due to SELinux

1 participant