Signed-off-by: Tobias Ulmer <tu@emlix.com>
NEXT:
+ * On startup, close all file descriptors except for stdin, stdout, and stderr
+ as a precautionary measure.
* luafile.open() sets FD_CLOEXEC by default
* Fix incorrect use of shquote(), preventing x86_64 chroot builds
* Fix regression preventing use of x86_64 chroot
e2lib.abort(re)
end
+ e2util.closefrom(3)
+ -- ignore errors, no /proc should not prevent factory from working
+
e2lib.globals.warn_category = {
WDEFAULT = false,
WDEPRECATED = false,