From f6c590ebc925ff20f6a3bd1a7cb84195a93eac05 Mon Sep 17 00:00:00 2001 From: lars Date: Wed, 19 Oct 2005 06:51:27 +0000 Subject: [PATCH] protect the grub interface by an invalid password hash update version in dfs-cbox.conf add dfs-cbox.conf to release-policy --- etc-defaults.d/dfs-cbox.conf | 5 +++-- hints/release-policy.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/etc-defaults.d/dfs-cbox.conf b/etc-defaults.d/dfs-cbox.conf index 90b3011..d8de2a8 100644 --- a/etc-defaults.d/dfs-cbox.conf +++ b/etc-defaults.d/dfs-cbox.conf @@ -11,7 +11,7 @@ name = CryptoBox # Version of generated disc -version = 0.0.1 +version = 0.3 # Person that built it builder = sense.lab @@ -185,7 +185,8 @@ packages = %(allpackages)s bootloader = grub-no-emul # Extra lines for grub config -grubconfig = timeout 3 +grubconfig = timeout 0 + password -md5 this_invalid_hash_protects_grub_config ##################################################################### # Repository configuration diff --git a/hints/release-policy.txt b/hints/release-policy.txt index 14a97f2..9ede2b6 100644 --- a/hints/release-policy.txt +++ b/hints/release-policy.txt @@ -2,6 +2,7 @@ - README - cbox-tree.d/usr/share/cryptobox/templates/footer.cs - cover/cover_[en|de].[swx|pdf] + - etc/defaults.d/dfs-cbox.conf (version setting) 2) build image - 'scripts/cbox-build.sh release'