summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorBalbir Singh <balbir@linux.vnet.ibm.com>2008-10-15 04:20:29 +0000
committerBalbir Singh <balbir@linux.vnet.ibm.com>2008-10-15 04:20:29 +0000
commit24ab0821ee1bf644e08aeff6c0ea7429249412be (patch)
tree7e30c0fecb141d4005e6e1bde8eba429dd67c87a /samples
parent93916877edf5104352ee7a7136d55d5c0fe57001 (diff)
downloadlibcg-24ab0821ee1bf644e08aeff6c0ea7429249412be.tar.gz
libcg-24ab0821ee1bf644e08aeff6c0ea7429249412be.tar.xz
libcg-24ab0821ee1bf644e08aeff6c0ea7429249412be.zip
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 <balbir@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/trunk@216 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'samples')
-rw-r--r--samples/wlm.conf.36
1 files changed, 3 insertions, 3 deletions
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;
}
}