On Thu, Oct 17, 2019 at 1:23 PM Miklos Szeredi <mszer...@redhat.com> wrote:
> I see why this is being done, and it's not easy to fix properly > without the ..at() versions of these syscalls. One idea is to fork() > + fchdir(lo->proc_self_fd) + ..xattr(). Another related idea is to do > a unshare(CLONE_FS) after each thread's startup (will pthread library Apparently Samba does this, so it should be safe. Thanks, Miklos