From 17f1c5d8cb16fce9f96ce9556b70b0082bbdbd4e Mon Sep 17 00:00:00 2001 From: Samuel Cabrero Date: Wed, 8 Oct 2025 10:54:55 +0200 Subject: [PATCH] selftest/Samba3: nt4_dc* use vfs_default:VFS_OPEN_HOW_RESOLVE_NO_XDEV=no From 076c22fbd7ecbf22dbfeb1711609f07fd42f88b0, we should always test the code path without openat2 being available, even if the kernel supports it. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15805 Signed-off-by: Samuel Cabrero Reviewed-by: Ralph Boehme --- selftest/target/Samba3.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 5595902473b..ee1d8802223 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -304,6 +304,7 @@ sub setup_nt4_dc server schannel require seal:torturetest\$ = no vfs_default:VFS_OPEN_HOW_RESOLVE_NO_SYMLINKS = no + vfs_default:VFS_OPEN_HOW_RESOLVE_NO_XDEV = no fss: sequence timeout = 1 check parent directory delete on close = yes -- 2.47.3