From 76027c89cb39489ae4a26cb919277c28d791ce3f Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Thu, 6 Sep 2012 07:42:39 -0400 Subject: [PATCH] Bump version --- lxcsu | 3 ++- lxctools.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lxcsu b/lxcsu index 24fcf45..05899d2 100755 --- a/lxcsu +++ b/lxcsu @@ -60,6 +60,7 @@ r1 = setns.chcontext('/proc/%s/ns/utc'%pid) r2 = setns.chcontext('/proc/%s/ns/ipc'%pid) path = '/proc/%s/ns/net'%pid r3 = setns.chcontext(path) + open('/proc/lxcsu','w').write(pid) -#os.system('mount none -t proc /proc') +open('/proc/pidsu','w').write(pid) os.execv('/usr/sbin/capsh',['--drop',drop_capabilities,'--']) diff --git a/lxctools.spec b/lxctools.spec index 7d54040..c83d98f 100644 --- a/lxctools.spec +++ b/lxctools.spec @@ -1,5 +1,5 @@ %define name lxctools -%define version 0.1 +%define version 0.2 %define taglevel 1 %define percent % -- 2.43.0