commit | 0d6bfad92c7cb6a193801ce8dac3a0dc64396ca8 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Sat Jun 07 18:16:46 2008 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Sat Jun 07 18:16:46 2008 +0400 |
tree | 7d9e932dd783498ff3f774f98872d873ad630b63 | |
parent | 3223b438683eba695ecaff2be65d08cb231bb471 [diff] |
Fix inability to start a container Container start could fail with the following message: Unable to set capability: Invalid argument It is caused by changed value of LINUX_CAPABILITY_VERSION (defined in /usr/include/linux/capability.h). The fix is to get this version from kernel (as libcap-2.0.0 does). Signed-off-by: Kir Kolyshkin <kir@openvz.org>