core-admin-client/qubesadmin
Marek Marczykowski-Górecki cc71dd5876
Add "paranoid restore" mode
Having Admin API, it is possible to do this properly now:
 - create DisposableVM
 - assign it proper permissions to create VMs and control those created
   VMs
 - run restore process inside
 - cleanup DisposableVM afterwards

Since the RestoreInDisposableVM class contains de facto reverse parser
for qvm-backup-restore command line, add a test that will spot when it
gets out of sync.

This feature depends on modifications in various other components,
including:
 - linux-utils and core-agent-linux for update qfile-unpacker
 - core-admin for qrexec policy modification

QubesOS/qubes-issues#5310
2020-08-04 04:06:53 +02:00
..
backup Add "paranoid restore" mode 2020-08-04 04:06:53 +02:00
events events: implicitly enable caching when creating EventsDispatcher 2020-05-22 19:28:51 +02:00
tests Add "paranoid restore" mode 2020-08-04 04:06:53 +02:00
tools Add "paranoid restore" mode 2020-08-04 04:06:53 +02:00
vm Cache power state when caching is enabled 2020-05-22 19:28:51 +02:00
__init__.py Choose QubesLocal or QubesRemote based on /etc/qubes-release presence 2017-07-18 01:58:33 +02:00
app.py Fix VM validity check for cached VM objects 2020-07-14 16:10:49 +02:00
base.py Try to use new property.GetAll method to pre-fill the cache 2020-05-22 19:01:24 +02:00
config.py tools: add qvm-template-postprocess 2017-05-26 01:33:43 +02:00
devices.py Do not check for object existence when got it with another Admin API call 2020-05-18 04:37:48 +02:00
exc.py Fixed Exceptions inferiting from KeyError 2019-12-09 21:05:18 +01:00
features.py features: serialize True as '1' 2017-07-28 13:56:05 +02:00
firewall.py Fixed inconsistent firewall address checking 2020-07-14 20:10:34 +02:00
label.py Make Label() object hashable 2020-07-29 03:50:11 +02:00
log.py Drop log.DBusHandler 2017-10-16 01:33:03 +02:00
spinner.py qubesadmin/spinner: fix licence 2017-06-08 08:12:58 +02:00
storage.py Add admin.vm.volume.Clear call (QubesOS/qubes-issues#5946) 2020-07-14 01:48:19 +08:00
tags.py tags support 2017-06-20 01:34:16 +02:00
utils.py utils: add simple locking primitive 2020-08-04 04:06:30 +02:00