From 97234304fc964f9bfad9ace9218a3aa20b356065 Mon Sep 17 00:00:00 2001 From: Kevin O'Gorman Date: Wed, 27 Mar 2024 11:29:46 -0400 Subject: [PATCH] TEMPORARY: use (bookworm) securedrop-grsec as kernel metapackage --- dom0/sd-dom0-files.sls | 2 +- dom0/sd-workstation-template-files.sls | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dom0/sd-dom0-files.sls b/dom0/sd-dom0-files.sls index ac7a5f5b..a4e84284 100644 --- a/dom0/sd-dom0-files.sls +++ b/dom0/sd-dom0-files.sls @@ -46,7 +46,7 @@ dom0-workstation-rpm-repo: - require: - file: dom0-rpm-test-key -# Ensure debian-12-xfce is present +# Ensure debian-12-xfce is present for use as base template dom0-install-debian-base-template: cmd.run: - name: > diff --git a/dom0/sd-workstation-template-files.sls b/dom0/sd-workstation-template-files.sls index b59e5420..8092d1c7 100644 --- a/dom0/sd-workstation-template-files.sls +++ b/dom0/sd-workstation-template-files.sls @@ -7,7 +7,8 @@ sd-workstation-template-install-kernel-config-packages: pkg.installed: - pkgs: - securedrop-workstation-config - - securedrop-workstation-grsec +#TODO: flip this back to securedrop-workstation-grsec when packaging changes are complete + - securedrop-grsec - require: - sls: fpf-apt-repo