Skip to content

Blueapi fails on Fedora due to SELinux #1474

@NeilSmithDLS

Description

@NeilSmithDLS

when attempting to run the system test configuration on a Fedora laptop the containers running within Docker fail as they are unable to read the volumes from the local file system. This is being caused by SELinux labels being applied to the files by fedora.

The problem can be worked around by adding the following configuration to the services within the compose.yaml file:

    security_opt:
      - label=disable 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions