summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-09-22 17:30:33 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-09-22 17:30:33 +0200
commit052c923de0b631e43a02c837a413f4a097b3c10f (patch)
tree5f5007084659ffc740ba1c858a48eaabedefa454 /cmdline
parent2db5c8e7f1cf88d7bb570e04be0443dd8aad57a7 (diff)
merge disable apt-key net-update
Diffstat (limited to 'cmdline')
-rwxr-xr-xcmdline/apt-key3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmdline/apt-key b/cmdline/apt-key
index e80741627..4d2b7c49f 100755
--- a/cmdline/apt-key
+++ b/cmdline/apt-key
@@ -68,6 +68,9 @@ add_keys_with_verify_against_master_keyring() {
# the archive-keyring keys needs to be signed with the master key
# (otherwise it does not make sense from a security POV)
net_update() {
+ # Disabled for now as code is insecure
+ exit 1
+
if [ -z "$ARCHIVE_KEYRING_URI" ]; then
echo >&2 "ERROR: Your distribution is not supported in net-update as no uri for the archive-keyring is set"
exit 1