[lxc-devel] [PATCH 5/9] utmp: do not set conf->need_utmp_watch if CAP_SYS_BOOT is not found

David Ward david.ward at ll.mit.edu
Mon Mar 5 13:34:57 UTC 2012


If CAP_SYS_BOOT is not found in the kernel, the existing value for
conf->need_utmp_watch should be left intact (which will be '1' for
containers started with 'lxc-start', or '0' for containers started
with 'lxc-execute').

Signed-off-by: David Ward <david.ward at ll.mit.edu>
---
 src/lxc/start.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/lxc/start.c b/src/lxc/start.c
index fc2a1b1..1ee7bdf 100644
--- a/src/lxc/start.c
+++ b/src/lxc/start.c
@@ -508,7 +508,6 @@ static int do_start(void *data)
 			SYSERROR("failed to remove CAP_SYS_BOOT capability");
 			return -1;
 		}
-		handler->conf->need_utmp_watch = 1;
 		DEBUG("Dropped cap_sys_boot\n");
 	} else {
 		DEBUG("Not dropping cap_sys_boot or watching utmp\n");
-- 
1.7.1





More information about the lxc-devel mailing list