From 38f32ea1865bcc44185f4118fde469cb962cff68 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Tue, 23 Aug 2016 23:19:49 +0200 Subject: setfacl: Preserve special mode bits on filesystems without POSIX ACL support When the ACL to be set is equivalent to a file mode, on filesystems without POSIX ACL support, setfacl falls back to chmod(1) for setting the file mode to the equivalent of the ACL. Unfortunately it did not preserve the set-user-ID, set-group-ID, and sticky bits in that case; fix that. --- test/runwrapper | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/runwrapper b/test/runwrapper index 38de337..8281a15 100755 --- a/test/runwrapper +++ b/test/runwrapper @@ -1,4 +1,5 @@ #!/bin/bash + if [ -e "$PWD/.libs/libtestlookup.so" ]; then export LD_PRELOAD="$PWD/.libs/libtestlookup.so" fi -- cgit v1.2.1