Jindrich Novy

Results 6 issues of Jindrich Novy

There seems to be a socket leak in case of success in configure_network() function. This simple patch fixes this.

**Describe the bug** Any subpackage, even a meta-package which only ships dependencies and no files will fail to get generated quietly. The rpmbuild will end successfully but the declared subpackage...

documentation

Change sync_pipe_fd checks from > 0 to >= 0 to properly handle the case where file descriptor 0 is used for the sync pipe. Fixes: https://github.com/containers/podman/issues/27335

There is broken logic in `conmon.c` `USE_SECCOMP` macro usage and `seccomp_notify.c` as found in issue #582. The purpose of this ticket is to investigate how we move forward with seccomp...