45dd4e18a5
When the :z bind mount option is used, podman peforms a recursive relabel of the mount point which is failing with "Operation not supported" if there are any NFS exports mounted within. While it's possible for NFS to support true selinux labelling, in practice is rarely does. As we are already walking the tree to set ownership/permission, take ownership of the relabelling logic too and skip relabelling on subtrees where we hit this error. Change-Id: Id5503ed274bd5dc0c5365cc994de7e5cdcbc2fb6 Closes-bug: #1869020
11 lines
514 B
Plaintext
11 lines
514 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
|
|
# For SELinux
|
|
libselinux-python [platform:rpm !platform:rhel-8 !platform:centos-8]
|
|
libsemanage-python [platform:redhat !platform:rhel-8 !platform:centos-8]
|
|
libselinux-python3 [platform:rpm !platform:rhel-7 !platform:centos-7]
|
|
libsemanage-python3 [platform:redhat !platform:rhel-7 !platform:centos-7]
|