]> 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)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 22 Aug 2014 03:50:36 +0000 (22:50 -0500)
commit61c237221de7881dbd8f8e5defed8f546186cd08
tree2d7e43e36031a9b3e24499bcc3710a5d0af0bcc1
parentea00a202cde59a23daba00b64ec92fb9a748327a
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