From afa318dcd12c3d2005aae794b472c385abdda9b7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 26 Jul 2018 11:02:54 +0200 Subject: core/pacman: /etc/pacman.conf has "DatabaseTrustAll" now, so we may start signing the databases some time in the future --- core/pacman/pacman.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/pacman/pacman.conf') diff --git a/core/pacman/pacman.conf b/core/pacman/pacman.conf index 87a21824..bf27b628 100644 --- a/core/pacman/pacman.conf +++ b/core/pacman/pacman.conf @@ -38,7 +38,7 @@ CheckSpace # By default, pacman accepts packages signed by keys that its local keyring # trusts (see pacman-key and its man page), as well as unsigned packages. -SigLevel = Required DatabaseOptional +SigLevel = Required DatabaseOptional DatabaseTrustAll LocalFileSigLevel = Optional #RemoteFileSigLevel = Required -- cgit v1.2.3-54-g00ecf