From 37bf73a3ab251f60837a233ee6c3a73bc760c185 Mon Sep 17 00:00:00 2001 From: mustard Date: Mon, 20 Oct 2025 15:44:13 +0200 Subject: [PATCH] wip: test salts based off of https://theguardian.engineering/blog/info-2024-apr-04-when-security-matters-working-with-qubes-os-at-the-guardian for practice --- Makefile | 7 +++++++ guardian/guardian-vms.sls | 18 ++++++++++++++++++ guardian/guardian.top | 3 +++ 3 files changed, 28 insertions(+) create mode 100644 guardian/guardian-vms.sls create mode 100644 guardian/guardian.top diff --git a/Makefile b/Makefile index b199293..5f00601 100644 --- a/Makefile +++ b/Makefile @@ -44,3 +44,10 @@ pull/%: qvm-run -p $(GUEST) "cd $(GUEST_REPO) && git update-ref refs/remotes/dom0/$* $*"