<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tripwire update policy .... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661341#M20349</link>
    <description>tripwire -m p -Z low twpol.txt, I used this to change the the policy file.</description>
    <pubDate>Mon, 31 Oct 2005 19:29:14 GMT</pubDate>
    <dc:creator>K.C. Chan</dc:creator>
    <dc:date>2005-10-31T19:29:14Z</dc:date>
    <item>
      <title>tripwire update policy ....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661338#M20346</link>
      <description>All,&lt;BR /&gt;is there a way to update the policy without having to regenerate a new tripwire database. I tried updating the policy, then ran a check. It seems that it reset everyting; the files it was reporting inconsistency is nolonger inconsistence.  Any idea?</description>
      <pubDate>Mon, 31 Oct 2005 14:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661338#M20346</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2005-10-31T14:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: tripwire update policy ....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661339#M20347</link>
      <description>What command did you use?&lt;BR /&gt;&lt;BR /&gt;There is an update command set that does not reset the whole database.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 31 Oct 2005 15:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661339#M20347</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-10-31T15:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: tripwire update policy ....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661340#M20348</link>
      <description>The command should be like:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/tripwire --update --twrfile /var/lib/tripwire/report/&lt;NAME&gt;.twr&lt;/NAME&gt;</description>
      <pubDate>Mon, 31 Oct 2005 16:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661340#M20348</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-31T16:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: tripwire update policy ....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661341#M20349</link>
      <description>tripwire -m p -Z low twpol.txt, I used this to change the the policy file.</description>
      <pubDate>Mon, 31 Oct 2005 19:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661341#M20349</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2005-10-31T19:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: tripwire update policy ....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661342#M20350</link>
      <description>If you want to update the database, run the command that I methioned above, if you want to modify the policy file, run:&lt;BR /&gt;&lt;BR /&gt;twadmin --print-polfile &amp;gt; /etc/tripwire/twpol.txt&lt;BR /&gt;&lt;BR /&gt;Modify the file.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/twadmin --create-polfile -S site.key /etc/tripwire/twpol.txt&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/tripwire --init</description>
      <pubDate>Mon, 31 Oct 2005 20:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661342#M20350</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-10-31T20:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: tripwire update policy ....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661343#M20351</link>
      <description>twadmin command seems straightforward, but for this command "tripwire --init" which is the same as "tripwire -m i" is questionable as far as updating the database. I think this option "-m i" initialize the database instead of updating it.  After reading the man page, I believe the option to update the database should be "tripwire -m u".  Any thoughts on this?  Thanks.</description>
      <pubDate>Tue, 01 Nov 2005 23:33:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661343#M20351</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2005-11-01T23:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: tripwire update policy ....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661344#M20352</link>
      <description>I think that -m u is the same as /usr/sbin/tripwire --update --twrfile /var/lib/tripwire/report/&lt;NAME&gt;.twr&lt;BR /&gt;&lt;BR /&gt;It updates the database so file modifications are recorded, but you cannot for example, remove or add a file to the database.&lt;/NAME&gt;</description>
      <pubDate>Wed, 02 Nov 2005 06:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661344#M20352</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-02T06:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: tripwire update policy ....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661345#M20353</link>
      <description>so tripwire --init will add/remote files to the database? Does it also initialize files that is allready there?  If so, then will it reset the files that has changed since the the last run.   If it does, then this is not the option I am looking  for.  I am looking for an option which update add/remove files in the database without resetting the files that has changed in the database.  Thanks.</description>
      <pubDate>Wed, 02 Nov 2005 10:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661345#M20353</guid>
      <dc:creator>K.C. Chan</dc:creator>
      <dc:date>2005-11-02T10:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: tripwire update policy ....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661346#M20354</link>
      <description>I did not understand but the --init will do a new snapshot.&lt;BR /&gt;&lt;BR /&gt;What do you mean with:&lt;BR /&gt;&lt;BR /&gt;Does it also initialize files that is allready there?&lt;BR /&gt;&lt;BR /&gt;The new snapshot will consider all "current" files as the good ones.&lt;BR /&gt;&lt;BR /&gt;These are the only ways that I know.&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Wed, 02 Nov 2005 13:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/tripwire-update-policy/m-p/3661346#M20354</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-02T13:16:01Z</dc:date>
    </item>
  </channel>
</rss>

