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
This commit is contained in:
parent
91d1b9df07
commit
37bf73a3ab
3 changed files with 28 additions and 0 deletions
7
Makefile
7
Makefile
|
|
@ -44,3 +44,10 @@ pull/%:
|
|||
qvm-run -p $(GUEST) "cd $(GUEST_REPO) && git update-ref refs/remotes/dom0/$* $*" </dev/null
|
||||
|
||||
@echo "updated branch $* from $(GUEST)"
|
||||
|
||||
apply:
|
||||
echo "Applying salt states"
|
||||
pushd ./guardian
|
||||
sudo qubesctl top.enable guardian
|
||||
sudo qubesctl --show-output --all state.apply
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue