Open
Description
Short description of the problem
Running "mock -h" inside a "fedora:40" or "fedora:latest" Docker container (with --privileged/--cap-add=SYS_ADMIN) since a few days just prints "Insufficient rights.", without any further useful information. Mock worked before, also in GitHub Actions. There is probably a recent change, or a recent configuration update of Fedora, breaking Mock in containers.
Output of rpm -q mock
mock-5.9-1.fc40.noarch
Steps to reproduce issue
- docker run --cap-add=SYS_ADMIN --privileged --rm -it fedora:latest bash
- dnf install -y mock
- mock -h
The output is always: "Insufficient rights."
Any additional notes
Output of mock --debug-config
:
Insufficient rights.
Metadata
Metadata
Assignees
Labels
No labels