summaryrefslogtreecommitdiff
path: root/lib/rpmts_internal.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2018-06-19 12:04:42 +0300
committerPanu Matilainen <pmatilai@redhat.com>2018-06-20 11:47:26 +0300
commitbc805d7a250834e38829e44758f50611bbd1b2a7 (patch)
treebbcbb8c3ca30452f76bef20b0b1bd3dfb0b4d947 /lib/rpmts_internal.h
parent7b08c6a8f86508b236ac8a26e167d45d2fcda42b (diff)
downloadrpm-bc805d7a250834e38829e44758f50611bbd1b2a7.tar.gz
Move verify level configuration to transaction set public API
This makes it all more in line with how rpm does things overall, and also we might want different policies for eg chroot installs and system installs etc. Also makes it exporting the API easy. Rename vfylevel -> vslevel to make the close relation clearer. No behavior changes though.
Diffstat (limited to 'lib/rpmts_internal.h')
-rw-r--r--lib/rpmts_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmts_internal.h b/lib/rpmts_internal.h
index 1e166d632..ded0ee27c 100644
--- a/lib/rpmts_internal.h
+++ b/lib/rpmts_internal.h
@@ -71,7 +71,7 @@ struct rpmts_s {
rpm_color_t prefcolor; /*!< Preferred file color. */
rpmVSFlags vsflags; /*!< Signature/digest verification flags. */
-
+ int vslevel; /*!< Package verification level */
rpmKeyring keyring; /*!< Keyring in use. */
ARGV_t netsharedPaths; /*!< From %{_netsharedpath} */