wok-stable diff cyrus-imapd/receipt @ rev 12406

Up apache (2.2.25) misc security fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 12 14:26:22 2013 +0000 (2013-11-12)
parents ec5cb3f92f0e
children
line diff
     1.1 --- a/cyrus-imapd/receipt	Thu Mar 01 15:11:45 2012 +0100
     1.2 +++ b/cyrus-imapd/receipt	Tue Nov 12 14:26:22 2013 +0000
     1.3 @@ -109,6 +109,11 @@
     1.4  Or add $PACKAGE to RUN_DAEMONS in /etc/rcS.conf
     1.5  ----
     1.6  EOF
     1.7 +
     1.8 +	# A security hole with ssh...
     1.9 +	[ -f $1/etc/ssh/sshd_config ] &&
    1.10 +	! grep -q cyrus $1/etc/ssh/sshd_config &&
    1.11 +	echo "DenyUsers cyrus" >> $1/etc/ssh/sshd_config
    1.12  }
    1.13  
    1.14  post_remove()