Difference between revisions of "Security"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(only stable kernels are rhel-based)
(add link to security report)
 
Line 2: Line 2:
  
 
== Kernel ==
 
== Kernel ==
 +
 
The OpenVZ kernel is based on the Linux kernel. The OpenVZ team tracks and analyzes all the security updates to the Linux kernel and applies them accordingly.
 
The OpenVZ kernel is based on the Linux kernel. The OpenVZ team tracks and analyzes all the security updates to the Linux kernel and applies them accordingly.
  
Line 7: Line 8:
  
 
== Audit ==
 
== Audit ==
OpenVZ has undergone a thorough security audit, performed by Solar Designer in winter 2005. He found a single issue in OpenVZ kernel code and a couple of issues in mainstream Linux kernel code — all of them were fixed, and the mainstream fixes were sent to the LKML.
+
 
 +
OpenVZ has undergone a thorough security audit, [https://lists.openvz.org/pipermail/users/2015-October/006563.html performed by Solar Designer] in winter 2005. He found a single issue in OpenVZ kernel code and a couple of issues in mainstream Linux kernel code — all of them were fixed, and the mainstream fixes were sent to the LKML.
  
 
[[Category: Security]]
 
[[Category: Security]]
 
[[Category: Kernel]]
 
[[Category: Kernel]]

Latest revision as of 10:02, 16 November 2015

For a project such as OpenVZ, security of the software is of paramount importance. Let's explain how we assure that OpenVZ is secure.

Kernel[edit]

The OpenVZ kernel is based on the Linux kernel. The OpenVZ team tracks and analyzes all the security updates to the Linux kernel and applies them accordingly.

To achieve the maximum possible security and stability, stable OpenVZ kernels are based on Red Hat Enterprise Linux kernels, which are conservative and well-maintained. By using an enterprise kernel as a base (rather than latest vanilla kernel), we avoid adding new bugs or security holes, still the old ones are getting discovered and fixed, and the kernel matures.

Audit[edit]

OpenVZ has undergone a thorough security audit, performed by Solar Designer in winter 2005. He found a single issue in OpenVZ kernel code and a couple of issues in mainstream Linux kernel code — all of them were fixed, and the mainstream fixes were sent to the LKML.