[Nagios-devel] Nagios leaking file descriptors ?
Posted: Wed Oct 29, 2008 9:42 am
Hi,
SELinux seems to have found a bug in Nagios.
https://bugzilla.redhat.com/show_bug.cgi?id=462896
This says the ping command is reading /var/spool/nagios/cmd/nagios.cmd,
which seems highly unlikely. Looks like a leaked file descriptor.
nagios should close all open file descriptors before execing apps.
fcntl(fd, F_SETFD, FD_CLOEXEC)
Any ideas ?
cu romal
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
SELinux seems to have found a bug in Nagios.
https://bugzilla.redhat.com/show_bug.cgi?id=462896
This says the ping command is reading /var/spool/nagios/cmd/nagios.cmd,
which seems highly unlikely. Looks like a leaked file descriptor.
nagios should close all open file descriptors before execing apps.
fcntl(fd, F_SETFD, FD_CLOEXEC)
Any ideas ?
cu romal
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]