Linux Shielded VM Tools -- Tools for managing shielded Linux VMs for use in Hyper-V
Перейти к файлу
Mike Brasher 6dc29b4aaa Merge pull request #4 from Microsoft/remove-agent
Removed password agent
2017-08-30 15:35:11 -05: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 Fixed spec file bug in lsvmload specialize.c 2017-06-09 15:33:19 -07:00
lsvmtool Partitioned TPM tests into separate rule so that LVSMTOOLS will 2017-08-28 17:06:15 -05:00
lsvmutils Added serialize spec file for testing 2017-06-09 14:56:30 -07: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 Removed password agent 2017-08-28 19:17:00 -04: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 Removed password agent 2017-08-28 19:17:00 -04: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 Removed password agent 2017-08-28 19:17:00 -04: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.