Hello,
This commit adds traffic control support (download and upload limit rate)
for lxc containers. At the moment, the changes apply just for veth devices.
In order to do this, we have attached a new structure (lxc_traffic_control)
to struct lxc_netdev. This structure contains values for download
Hi,
Here is my work-around for increasing security in LXC guest environment,
keeping some usability.
But, I had to modify some code both in kernel and LXC user-land tool to
fulfill this.
* Kernel patch(2.6.32.39)
diff -uwBr linux-2.6.32.39/fs/namespace.c linux-2.6.32.39-jwh/fs/namespace.c
--- l