dovecot-2.0-sslstream: master: Give master also CAP_KILL capabil...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:20 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/49d92c3fa17a
changeset: 10310:49d92c3fa17a
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 11 12:51:10 2009 -0500
description:
master: Give master also CAP_KILL capability.

diffstat:

1 file changed, 1 insertion(+)
src/master/capabilities-posix.c |    1 +

diffs (11 lines):

diff -r 05d94015d0ef -r 49d92c3fa17a src/master/capabilities-posix.c
--- a/src/master/capabilities-posix.c	Wed Nov 11 12:40:50 2009 -0500
+++ b/src/master/capabilities-posix.c	Wed Nov 11 12:51:10 2009 -0500
@@ -10,6 +10,7 @@ void drop_capabilities(void)
 	/* the capabilities that we *need* in order to operate */
 	static cap_value_t suidcaps[] = {
 		CAP_CHOWN,
+		CAP_KILL,
 		CAP_SYS_CHROOT,
 		CAP_SETUID,
 		CAP_SETGID,


More information about the dovecot-cvs mailing list