changeset 10309:49d92c3fa17a HEAD

master: Give master also CAP_KILL capability.
author Timo Sirainen <tss@iki.fi>
date Wed, 11 Nov 2009 12:51:10 -0500
parents 05d94015d0ef
children 9bec70f26637
files src/master/capabilities-posix.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	/* 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,