Details
-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
5.11.1
-
None
-
This applies to all GNU/Linux systems. It was first noticed on Ubuntu
Description
The `statx(2)` system call may be blocked by seccomp based filter, such as the one used by the snap application sandbox. Qt already supports a trivial fallback in case the system call is not available and that fallback should be used when `statx` is implemented by the kernel but blocked by a sandbox system.
I have prepared a patch for `corelib/io/qfilesystemengine_unix.cpp` that I will refer to shortly.