I have a server running xen with HVM and would like to make one VM PCI compliant. I've read the PCI virtualization guide and it says that I need to make sure there is no information leakage between VM's. How can I make sure each OS is unable to intercept data from other DomU's?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
I'm not a PCI Expert, and I do strongly suggest you consult one, but here's my understanding of the PCI Virtualization Guidelines: The primary concern as with all aspects of PCI compliance is the protection of sensitive data (cardholder information). In terms of the information leakage concerns there are three major areas that seem to come up:
How you implement mechanisms to protect against these problems is likely to be hypervisor specific - Unfortunately I'm not very familiar with Xen (I've used it, but most of my experience is with VMWare) so I can't give you any practical advice in this regard. |
||||
|
|