From 24ab0821ee1bf644e08aeff6c0ea7429249412be Mon Sep 17 00:00:00 2001 From: Balbir Singh Date: Wed, 15 Oct 2008 04:20:29 +0000 Subject: Merge several bug-fixes and cleanups. No version bump yet, since this is an ongoing exercise (after more testing, I'll recommend one). Signed-off-by: Balbir Singh git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@216 4f4bb910-9a46-0410-90c8-c897d4f1cd53 --- samples/wlm.conf.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'samples') diff --git a/samples/wlm.conf.3 b/samples/wlm.conf.3 index a0e9a1b..8700854 100644 --- a/samples/wlm.conf.3 +++ b/samples/wlm.conf.3 @@ -17,11 +17,11 @@ group ca1 { perm { task { uid = root; - gid = kvm; + gid = root; } admin { - uid = root; - gid = root; + uid = balbir; + gid = balbir; } } -- cgit