From: Bernd Schubert Date: Thu, 14 Mar 2024 20:27:10 +0000 (+0100) Subject: Add back s-bit for compiled fusermount X-Git-Tag: fuse-3.17.1-rc0~144^2~6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f041818c633645754ddc1ceabb002805739be7aa;p=qemu-gpiodev%2Flibfuse.git Add back s-bit for compiled fusermount This is also needed by some tests and was accidentally removed in commit aab146eea8877ee744a1b5a0da8bbbf31d14bad1 --- diff --git a/test/ci-build.sh b/test/ci-build.sh index c41de7a..73893a6 100755 --- a/test/ci-build.sh +++ b/test/ci-build.sh @@ -57,6 +57,10 @@ for CC in gcc gcc-9 gcc-10 clang; do # libfuse will first try the install path and then system defaults sudo chmod 4755 ${PREFIX_DIR}/bin/fusermount3 + # also needed for some of the tests + sudo chown root:root util/fusermount3 + sudo chmod 4755 util/fusermount3 + ${TEST_CMD} popd rm -fr build-${CC} @@ -83,6 +87,10 @@ sanitized_build() sudo ninja install sudo chmod 4755 ${PREFIX_DIR}/bin/fusermount3 + # also needed for some of the tests + sudo chown root:root util/fusermount3 + sudo chmod 4755 util/fusermount3 + # Test as root and regular user sudo ${TEST_CMD} # Cleanup temporary files (since they are now owned by root)