We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27d3f2c + 1805da9 commit 3ff2db7Copy full SHA for 3ff2db7
test/extended/setup.sh
@@ -84,7 +84,7 @@ function os::test::extended::setup () {
84
85
# make sure the volume dir has the same label as we would apply to the default VOLUME_DIR
86
if selinuxenabled; then
87
- local label=$(matchpathcon -m dir /var/lib/openshift/openshift.local.volumes)
+ local label=$(matchpathcon -n -m dir /var/lib/openshift/openshift.local.volumes)
88
${sudo} chcon "${label}" ${VOLUME_DIR}
89
fi
90
CONFIG_VERSION=""
0 commit comments