https://gerrit.libreoffice.org/#/c/42811/2/common/Seccomp.cpp has: if (setrlimit(RLIMIT_FSIZE, &rlim) != 0) LOG_SYS("Failed to set RLIMIT_NOFILE to " << lim << " bytes."); the LOG_SYS probably should be RLIMIT_FSIZE instead of RLIMIT_NOFILE
@Marco, @Kendy, Could you comment here?
Thanks for catching this typo! I just pushed a fix: https://gerrit.libreoffice.org/#/c/43034/