Bug#605868: sbox-dtc cgi has incorrect Unix rights

2010-12-18 Thread Thomas Goirand
On 12/17/2010 11:14 PM, brian m. carlson wrote: > On Sat, Dec 04, 2010 at 04:25:22PM +0800, Thomas Goirand wrote: >> Package: sbox-dtc >> Version: 1.11.2-1 >> Severity: grave >> >> The patch would be simple. Just adding this in the postinst: >> >> chmod u=+rwS /usr/lib/cgi-bin/sbox >> chown root.ro

Bug#605868: sbox-dtc cgi has incorrect Unix rights

2010-12-17 Thread brian m. carlson
On Sat, Dec 04, 2010 at 04:25:22PM +0800, Thomas Goirand wrote: > Package: sbox-dtc > Version: 1.11.2-1 > Severity: grave > > The file /usr/lib/cgi-bin/sbox should have the SUID bit set, as this is > the way sbox works, and also, it should be owned by the root user to > allow chroot in the vhost d

Bug#605868: sbox-dtc cgi has incorrect Unix rights

2010-12-04 Thread Thomas Goirand
Package: sbox-dtc Version: 1.11.2-1 Severity: grave The file /usr/lib/cgi-bin/sbox should have the SUID bit set, as this is the way sbox works, and also, it should be owned by the root user to allow chroot in the vhost directory. The patch would be simple. Just adding this in the postinst: chmod