aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2018-05-18 12:12:40 +0200
committerFabian Groffen <grobian@gentoo.org>2018-05-18 12:12:40 +0200
commit04b4c6834fd83bf0329198c56894bd7dad6f7a6a (patch)
treec3d0adcec466650bbc55f312287b9caa243c4565 /applets.h
parentmkman.py: add additional authors to main authors section (diff)
downloadportage-utils-04b4c6834fd83bf0329198c56894bd7dad6f7a6a.tar.gz
portage-utils-04b4c6834fd83bf0329198c56894bd7dad6f7a6a.tar.bz2
portage-utils-04b4c6834fd83bf0329198c56894bd7dad6f7a6a.zip
qtegrity: new applet by Sam Besselink for use with IMA, bug #619988
Bug: https://bugs.gentoo.org/619988
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/applets.h b/applets.h
index 93146c69..daf70476 100644
--- a/applets.h
+++ b/applets.h
@@ -31,6 +31,7 @@ DECLARE_APPLET(qatom)
DECLARE_APPLET(qmerge)
DECLARE_APPLET(qcache)
DECLARE_APPLET(qglsa) /* disable */
+DECLARE_APPLET(qtegrity)
#undef DECLARE_APPLET
#define DEFINE_APPLET_STUB(applet) \
@@ -62,8 +63,9 @@ static const struct applet_t {
{"qtbz2", qtbz2_main, "<misc args>", "manipulate tbz2 packages"},
{"quse", quse_main, "<useflag>", "find pkgs using useflags"},
{"qxpak", qxpak_main, "<misc args>", "manipulate xpak archives"},
+ {"qtegrity", qtegrity_main, "<misc args>", "verify files with IMA"},
- /* aliases for equery capatability */
+ /* aliases for equery compatibility */
{"belongs", qfile_main, NULL, NULL},
/*"changes"*/
{"check", qcheck_main, NULL, NULL},
@@ -82,6 +84,9 @@ static const struct applet_t {
{"uickpkg", qpkg_main, NULL, NULL},
/* {"glsa", qglsa_main, NULL, NULL}, */
+ /* alias for qtegrity */
+ {"integrity", qtegrity_main, NULL, NULL},
+
{NULL, NULL, NULL, NULL}
};