1
0
Fork 0

Init docs

master
dump_stack() 2020-01-05 05:57:55 +00:00
parent 5526cbee02
commit 3f8aa0cc59
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
3 changed files with 38 additions and 0 deletions

4
docs/architecture.rst Normal file
View File

@ -0,0 +1,4 @@
Architecture
============
*TODO*

30
docs/index.rst Normal file
View File

@ -0,0 +1,30 @@
appvm
=====
*appvm* is the thin easy-to-use hypervisor-based sandboxing software.
*appvm* was created for the purpose of decreasing complexity of using
graphical software inside virtual machines, at the same time
maintaining reasonable security and keep *appvm* itself simple and
portable.
While I'm trying to keep that documentation up-to-date, there may be
some missing information. Use ``appvm --help-long`` for checking all
features.
If you found anything missed here, please make a pull request or send
patches to patch@dumpstack.io.
If you need personal support, your company is interested in the
project or you just want to share some thoughts -- feel free to create
a new issue or write to root@dumpstack.io.
Contents
========
:ref:`Keyword Index <genindex>`
.. toctree::
architecture.rst
threat-model.rst

4
docs/threat-model.rst Normal file
View File

@ -0,0 +1,4 @@
Threat model
=======================
*TODO*