]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc_map_ids: don't do bogus chekc for newgidmap
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 22 Aug 2014 03:50:36 +0000 (22:50 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 22 Sep 2014 21:44:16 +0000 (17:44 -0400)
commitc4240864684057c276fef028968b9fab8b58142d
treec09cc1ad816d51a963588e2d05023252dbb5018c
parentdba5e06aa36a8fb3cedf191d0c7a64a661b89976
lxc_map_ids: don't do bogus chekc for newgidmap

If we didn't find newuidmap, then simply require the caller to be
root and write to /proc/self/uidmap manually.  Checking for
newgidmap to exist is bogus.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/conf.c