From: Steve Grubb <sgrubb@redhat.com>
To: linux-audit@redhat.com
Subject: Re: Question - Rule Syntax
Date: Tue, 3 Jan 2012 09:13:15 -0500 [thread overview]
Message-ID: <201201030913.15828.sgrubb@redhat.com> (raw)
In-Reply-To: <4EF39EE6.3020808@builtbygeek.com>
On Thursday, December 22, 2011 04:19:34 PM Bryan Jacobs wrote:
> I am attempting to create a rule that will audit privileged
> commands for UID's greater than 500 but ignore one particular user that
> falls under this rule. The user I am trying to ignore is the only user
> that should be touching the file.
>
> Below is the rule.
>
> #### BEGIN RULE SNIP ####
>
> ## Ensure auditd Collects Information on the Use of Privileged Commands
>
> -a always,exit -F path=/opt/varonis1.6.0106/bin/ls -F perm=x -F
> auid>=500 -F auid!=4294967295 -F auid!=505 -k privileged
>
> #### END RULE SNIP ####
>
> Is the rule syntax above correct?
This looks correct to me.
-Steve
prev parent reply other threads:[~2012-01-03 14:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-22 21:19 Question - Rule Syntax Bryan Jacobs
2011-12-29 14:10 ` Trevor Vaughan
2011-12-30 1:32 ` Bryan Jacobs
2012-01-03 14:13 ` Steve Grubb [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201201030913.15828.sgrubb@redhat.com \
--to=sgrubb@redhat.com \
--cc=linux-audit@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.