]> git.ipfire.org Git - thirdparty/lxc.git/commit
python3: Support unpriv containers
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 11 Dec 2013 19:46:34 +0000 (14:46 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 11 Dec 2013 22:06:41 +0000 (17:06 -0500)
commit3eb967f09640c6e789a4790edd9c0d0019b075e6
treed022313875a7b577bd8f8efc5aa3d3e251c1ef09
parent0ecf64b554d8c5de75a5315624ae1f6b01b57c1f
python3: Support unpriv containers

This removes any existing uid check in the python3 binding and tools,
replacing those by .controllable where appropriate.

Extra checks are also added to make lxc-ls work as a user, returning as
much information as can possibly be retrieved.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxc-device
src/lxc/lxc-ls
src/lxc/lxc-start-ephemeral.in
src/python-lxc/lxc/__init__.py