From: <er...@he...> - 2003-08-26 08:37:15
|
BProc 3.2.6 is on sourceforge at the usual place. http://sourceforge.net/project/showfiles.php?group_id=24453&release_id=180142 Here are the release notes and change log: 3.2.6 ---------------------------------------------------------------------- There is an important security fix included in this release. The kernel patch has been updated in this release. The provided patch is against Linux 2.4.21. The library cache crud is finally disappearing from this release. See the change log for details. Changes from 3.2.5 to 3.2.6 * Added bproc_nodespec functions to libbproc so that apps can translate node ranges, etc. in a consistent way. * Added suid_execmove sysctl entry to disallow execmove()ing suid binaries. * Fixed bproc_execdump (vmadump execdump) syscall bug which resulted in getting EINVAL all time. * Cleaned up memory space handling. * Removed library cache/file request stuff. This was inappropriate here and never really worked well in practice. * Ported to Linux 2.4.21 (source and patch) * Fixed tgid assignment problem in the slave-side fork code. This fixes a lingering bug that led to apparently unkillable processes on the slave node. * Added PID mapping hooks to sys_tkill. * Fixed slave daemon to not lag behind on slave cleanup. * Fixed security problem with IO redirection and execmove. |