[Interest] QFileInfo not working inside non privileged docker container

Thiago Macieira thiago.macieira at intel.com
Fri Feb 16 21:40:55 CET 2018


On Friday, 16 February 2018 09:02:42 PST Manner RĂ³bert wrote:
> Just in case someone is in similar shoes, this seems to fix qmake:

By fix, you mean work around.

The bug is in Docker. This is a known issue. It needs to allow the statx() and 
renameat2() system calls.

Other work arounds:
 * run docker with --full-privileges
 * downgrade to a kernel prior to 4.12. Kernel 4.4 LTS has all the security 
fixes and I don't think it's affected by another bug that turned up between 
4.6 and 4.13.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center






More information about the Interest mailing list