[debian-lan-devel] [SCM] Debian-LAN development and packaging branch, master, updated. debian/0.9-6-ged521ee

Andreas B. Mundt andi at debian.org
Sat Mar 30 08:18:57 UTC 2013


The following commit has been merged in the master branch:
commit e0d0fb2e5f6ddf568eee6d48561fcbb7e9c4a4d6
Author: Andreas B. Mundt <andi at debian.org>
Date:   Fri Mar 29 15:18:10 2013 +0100

    Only allow signed packet repositories.

diff --git a/fai/config/class/FAIBASE.var b/fai/config/class/FAIBASE.var
index 023dab3..6f1a529 100644
--- a/fai/config/class/FAIBASE.var
+++ b/fai/config/class/FAIBASE.var
@@ -1,7 +1,7 @@
 # default values for installation. You can override them in your *.var files
 
 # allow installation of packages from unsigned repositories
-FAI_ALLOW_UNSIGNED=1
+FAI_ALLOW_UNSIGNED=0
 
 # Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
 UTC=yes
diff --git a/fai/config/class/SERVER_A.var b/fai/config/class/SERVER_A.var
index 2354eb4..c8fddf3 100644
--- a/fai/config/class/SERVER_A.var
+++ b/fai/config/class/SERVER_A.var
@@ -1,7 +1,7 @@
 # Default values for installation SERVER_A.
 
 # allow installation of packages from unsigned repositories
-FAI_ALLOW_UNSIGNED=1
+FAI_ALLOW_UNSIGNED=0
 
 CONSOLEFONT=
 KEYMAP=us-latin1

-- 
Debian-LAN development and packaging



More information about the debian-lan-devel mailing list