iel P. Berrange
wrote:
> On Tue, Dec 22, 2020 at 07:14:23PM +0200, John Hurnett wrote:
> > Hi,
> > I've encountered a problem that some of /proc/net/ files can't be
> accessed
> > in unprivileged containers, because it is owned by nobody:nogroup (-1:-1)
> > and h
Hi,
I've encountered a problem that some of /proc/net/ files can't be accessed
in unprivileged containers, because it is owned by nobody:nogroup (-1:-1)
and have 440 permissions.
This exact issue was solved in LXC project by unsharing netns:
https://github.com/lxc/lxc/commit/5b1e83cbc498cd3edeaf13a
Hi,
I can't get iptables to work in libvirt-lxc containers. "iptables -L"
command shows empty chains. However I tested the same scenario with pure
lxc and iptables works as it should.
Has anyone experienced that? It seems like a bug, but maybe there is some
libvirt xml parameter I am missing?
BR