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

glibc: CVE-2015-0235 fix (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 29 13:01:13 2015 +0100 (2015-01-29)
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	Thu Jan 29 13:01:13 2015 +0100
     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()