From: Heiko Z. <smi...@us...> - 2010-12-10 20:29:08
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2927/scripts Modified Files: dovecot Log Message: - corrected permissions on /var/run/dovecot - updated gradm to 2.2.1-201012092120 - updated grsecurity to 2.2.1-2.6.32.27-201012092111 - updated kernel to 2.6.32.27 Index: dovecot =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- dovecot 19 Nov 2010 00:42:47 -0000 1.28 +++ dovecot 10 Dec 2010 20:29:00 -0000 1.29 @@ -66,8 +66,9 @@ rm -rf $TMPDIR || exit 1 mkdir -p $CDDIR/var/run/dovecot/login || exit 1 - chgrp nogroup $CDDIR/var/run/dovecot/login || exit 1 - chmod -R 750 $CDDIR/var/run/dovecot || exit 1 + chgrp dovenull $CDDIR/var/run/dovecot/login || exit 1 + chmod -R 755 $CDDIR/var/run/dovecot || exit 1 + chmod -R 755 $CDDIR/var/run/dovecot/login || exit 1 useradd -u 102 -g nogroup -s /bin/false -c "Dovecot secure IMAP server" dovecot cp $MYDIR/scripts/dovecot $ETCDIR/etc/init.d || exit 1 |