<div dir="ltr">Thanks, I'll try building with the actual latest in a bit.<br><div><br></div><div>Secondary question: the reason for what I'm working on is that we want to be able to audit what folks do as root on our production hosts.  We're not a bank, and a perfect solution is not required, but we do need to be able to take reasonable steps to find out if people with access are doing bad things.</div><div><br></div><div>Is this setup reasonable for that purpose?  I know that's a loaded question and I can answer any questions anyone has that are necessary to figure this out.  I am not asking so much about rules, but about architecture: logging according to whatever rules we set up, to the local audit.log and immediately to a remote using audisp-remote, so the log can't be easily manipulated.<br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 13, 2016 at 8:57 AM, Steve Grubb <span dir="ltr"><<a href="mailto:sgrubb@redhat.com" target="_blank">sgrubb@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wednesday, July 13, 2016 8:47:58 AM EDT Chris Nandor wrote:<br>
> Hi, I had some odd behavior to report.<br>
><br>
> I am running ubuntu 12.04.  Using the default auditd and audispd-plugins<br>
> packages for my release, I was able to get logs sent to local syslog and to<br>
> a remote auditd server (same basic configuration), but the entries were<br>
> being buffered somewhere (I think on the client side), and if the server<br>
> died reconnections didn't happen.<br>
><br>
> So, I wanted a more recent version, so I compiled audit-userspace from the<br>
> github src mirror,* trunk@1341.<br>
<br>
</span>The github repo is a mirror of svn and is not always up to date. The issue you<br>
are seeing is fixed in the next commit after the mirror stops.<br>
<br>
<a href="https://fedorahosted.org/audit/changeset/1342" rel="noreferrer" target="_blank">https://fedorahosted.org/audit/changeset/1342</a><br>
<br>
if you want the lastest you can:<br>
<br>
svn co <a href="http://svn.fedorahosted.org/svn/audit/trunk" rel="noreferrer" target="_blank">http://svn.fedorahosted.org/svn/audit/trunk</a><br>
<br>
and then generate from there. I am planning to release audit-2.6.5 tomorrow.<br>
So, if anyone can test the current code, I'd really appreciate it. I'm hoping<br>
the next release settles down the audit code.<br>
<span class=""><br>
<br>
> When I did, I got some weird results.  For example, I expected got<br>
> something like this in my audit.log:<br>
><br>
>   node=<a href="http://host.example.com" rel="noreferrer" target="_blank">host.example.com</a> type=CWD msg=audit(1468363871.644:3279856):<br>
>  cwd="/etc/audisp"<br>
><br>
> And that was as expected.  In syslog, I expected to get:<br>
><br>
>   Jul 13 08:34:53 host audispd: node=<a href="http://host.loc.example.com" rel="noreferrer" target="_blank">host.loc.example.com</a> type=CWD<br>
> msg=audit(1468363871.644:3279856):  cwd="/etc/audisp"<br>
><br>
> But instead, I got:<br>
><br>
>   Jul 13 08:34:53 host audispd: type=CWD msg=node=<a href="http://host.loc.example.com" rel="noreferrer" target="_blank">host.loc.example.com</a><br>
> type=CWD msg=audit(1468363871.644<br>
><br>
> As you can see, the whole thing was prepended with "type=CWD msg=", and the<br>
> line was truncated.  Similarly, on the remote host, I got the same thing:<br>
><br>
>   type=CWD msg=node=<a href="http://host.loc.example.com" rel="noreferrer" target="_blank">host.loc.example.com</a> type=CWD msg=audit(1468363871.644<br>
><br>
> I noticed that the most recent version of the src for ubuntu was 2.4.5, so<br>
> I grabbed the src tarball from packages.ubuntu and built it, and now<br>
> everything looks fine.  The exact same line I see in my audit.log shows up<br>
> in the remote audit.log, with no buffering.  When I restart the remote<br>
> auditd server or client, it reconnects.  syslog has same entry (prepended<br>
> with the timestamp etc.).  Everything seems happy now.<br>
><br>
><br>
> *For some reason I had to define `CC_FOR_BUILD=gcc` in my shell when I ran<br>
> `make` from the svn/git src.  I did not require this when building 2.4.5<br>
> from the ubuntu src.<br>
<br>
</span>I think that should have been detected during configure.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Steve<br>
</font></span></blockquote></div><br></div>