summaryrefslogtreecommitdiff
path: root/core/pacman/pacman.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-26 11:02:54 +0200
committerErich Eckner <git@eckner.net>2018-07-26 11:02:54 +0200
commitafa318dcd12c3d2005aae794b472c385abdda9b7 (patch)
tree37228e7511add4a91e74fda687bfa348d31c2c32 /core/pacman/pacman.conf
parente7f30a2201468911e42a8712b254009eae0a94a9 (diff)
downloadpackages-afa318dcd12c3d2005aae794b472c385abdda9b7.tar.xz
core/pacman: /etc/pacman.conf has "DatabaseTrustAll" now, so we may start signing the databases some time in the future
Diffstat (limited to 'core/pacman/pacman.conf')
-rw-r--r--core/pacman/pacman.conf2
1 files changed, 1 insertions, 1 deletions
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