Skip to content

Commit

Permalink
lib/sign: disable mandatory signature check
Browse files Browse the repository at this point in the history
Do not check the signature check by default.
Need to enable it explicitly.

Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
  • Loading branch information
d4s committed Aug 27, 2019
1 parent 0c3857a commit 4d711c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libostree/ostree-repo-pull.c
Expand Up @@ -3946,7 +3946,7 @@ ostree_repo_pull_with_options (OstreeRepo *self,
* explicitly set in the options. */
if (!opt_sign_verify_set)
if (!ostree_repo_get_remote_boolean_option (self, pull_data->remote_name,
"sign-verify", TRUE,
"sign-verify", FALSE,
&pull_data->sign_verify, error))
goto out;

Expand Down

0 comments on commit 4d711c0

Please sign in to comment.