/usr/share/doc/samhain/manual.html/openpgp-signatures.html is in samhain 4.1.4-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>3. OpenPGP Signatures on Configuration/Database Files</title><link rel="stylesheet" type="text/css" href="docbook.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="The Samhain Host Integrity Monitoring System"><link rel="up" href="compilation-options.html" title="Appendix A. List of options for the configure script"><link rel="prev" href="compilation-checks.html" title="2. Optional modules to perform additional checks"><link rel="next" href="client-server-connectivity.html" title="4. Client/Server Connectivity"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><!--#if expr="! ($HTTP_USER_AGENT = /MSIE/)"--><!--#include virtual="/resources/ssi/header.html"--><!--#endif--><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3. OpenPGP Signatures on Configuration/Database
Files</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="compilation-checks.html">Prev</a> </td><th width="60%" align="center">Appendix A. List of options for the configure script</th><td width="20%" align="right"> <a accesskey="n" href="client-server-connectivity.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="openpgp-signatures"></a>3. OpenPGP Signatures on Configuration/Database
Files</h2></div></div></div><div class="variablelist"><dl class="variablelist"><dt><span class="term">--with-gpg=PATH</span></dt><dd><p>Use GnuPG to verify database/configuration file.
The public key of the effective user, usually root, (in
<code class="filename">
~/.gnupg/pubring.gpg</code>) will be used.</p></dd><dt><span class="term">--with-keyid=0x<hex KeyID></span></dt><dd><p>This optional argument allows to specify a key
ID, if there is more than one key in your keyring. This
is only used for the installation routine, and for
configuring the
<span class="command"><strong>
samhainadmin.pl</strong></span> convenience script.</p></dd><dt><span class="term">--with-checksum=CHECKSUM</span></dt><dd><p>Compile in TIGER checksum of the
<span class="command"><strong>gpg</strong></span> binary. CHECKSUM
must be the full line output by
<span class="application">samhain</span> or
<span class="command"><strong>gpg</strong></span> when computing
the checksum.</p></dd><dt><span class="term">--with-fp=FINGERPRINT</span></dt><dd><p>Compile in the fingerprint of the key used to
sign the configuration/database file. If used, samhain
will verify the fingerprint, but still report on the
used public key.</p></dd></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="compilation-checks.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="compilation-options.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="client-server-connectivity.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">2. Optional modules to perform additional checks </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 4. Client/Server Connectivity</td></tr></table></div><!--#if expr="! ($HTTP_USER_AGENT = /MSIE/)"--><!--#include virtual="/resources/ssi/footer.html"--><!--#endif--></body></html>
|