Linux Shielded VM Tools -- Tools for managing shielded Linux VMs for use in Hyper-V
Перейти к файлу
Akash Gupta 89ffe14735 Added serialize spec file for testing 2017-06-09 14:56:30 -07:00
3rdparty Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
doc Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
lsvmload Added serialize spec file for testing 2017-06-09 14:56:30 -07:00
lsvmtool Added serialize spec file for testing 2017-06-09 14:56:30 -07:00
lsvmutils Added serialize spec file for testing 2017-06-09 14:56:30 -07:00
password-agent Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
policy Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
posix Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
scripts Resolving ATTN's 2017-05-10 17:19:30 -05:00
striplic Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
.gitignore Updated .gitignore with temporary files. 2017-05-10 11:01:27 -05:00
LICENSE Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
Makefile Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
README.md Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
VERSION Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
configure Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
dbxupdate.bin Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
defs.mak Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
lsvmprep Added message when updating DBX UEFI variable. 2017-05-12 15:49:31 -05:00
rules.mak Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00
sanity Initial commit of LSVMTools source code. 2017-05-09 18:56:10 -05:00

README.md

vmshield

Linux project for Microsoft Shielded VM project

How to install LSVMTools:

  1. Configure the distribution:

    ./configure

  2. Build the distribution:

    make

  3. Install LSVMTools (under /opt/lsvmtools-1.0.0):

    make install

  4. Prepare an image for shielding:

    cd /opt/lsvmtools-1.0.0 ./lsvmprep

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Code of Conduct

This project has adopted the [Microsoft Open Source Code of Conduct] (https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ] (https://opensource.microsoft.com/codeofconduct/faq/) or contact opencode@microsoft.com with any additional questions or comments.