Bug#543089: Should be ok in 1.2-4

2009-08-23 Thread Florian Grandel
Hi Lucas, thanks for you bug report! This bug should be fixed with 1.2-4 which is waiting for sponsorship on mentors.debian.net: - URL: http://mentors.debian.net/debian/pool/main/j/jaranalyzer - Source repository: deb-src http://mentors.debian.net/debian unstable main contrib non-free - dget

Bug#535306: Package uploaded to mentors

2009-07-10 Thread Florian Grandel
Hi Cyril, thank you very much for pointing this error out. A patched package has been created and will be uploaded soon. Florian -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#505791: patch

2008-11-15 Thread Florian Grandel
--- syslog-ng-2.0.9.orig/src/main.c +++ syslog-ng-2.0.9/src/main.c @@ -275,7 +275,15 @@ { if (chroot_dir) { - if (chroot(chroot_dir) < 0) + if (chdir(chroot_dir) <0) +{ + msg_error("Error during chdir() before chroot()", +evt_tag_errno(EVT_TA

Bug#505791: syslog-ng doesn't chdir before chroot

2008-11-15 Thread Florian Grandel
Package: syslog-ng Version: 2.0.9-1ubuntu3 Severity: grave Tags: security Justification: user security hole I have not had the time to analyze all of syslog-ng code. But by reading the code section near the chroot call and looking at strace results I believe that syslog-ng does not chdir to the ch

Bug#495116: makejail must use ldconfig.real by default

2008-08-14 Thread Florian Grandel
Package: makejail Version: 0.0.5-7 Severity: serious makejail defines as a default: self.pathToLdConfig="/sbin/ldconfig" On Ubuntu this is not the real ldconfig but a bash shell script. Therefore the config should point to self.pathToLdConfig="/sbin/ldconfig.real". Otherwise a bash shell will b