From: Steve Grubb <sgrubb@redhat.com>
To: linux-audit@redhat.com
Subject: Re: Way too many logs!
Date: Sat, 10 May 2008 20:41:38 -0400 [thread overview]
Message-ID: <200805102041.38461.sgrubb@redhat.com> (raw)
In-Reply-To: <200805091643.38420.sgrubb@redhat.com>
On Friday 09 May 2008 16:43:38 Steve Grubb wrote:
> > The rules I have above are required by the government. DIACAP STIG
>
> Do you need to log all changes to the scheduler? Or just the changes caused
> by users? If the latter, you can cut back your events like this:
>
> -a exit,always -S sched_setparam -S sched_setscheduler -F auid>=500 -k
> RULE7
I should mention the above rule is probably not correct. It better to state it
this way:
a exit,always -F arch=b32 -S sched_setparam -S sched_setscheduler -F auid>=500 -F auid!=4294967295 -k RULE7
a exit,always -F arch=b64 -S sched_setparam -S sched_setscheduler -F auid>=500 -F auid!=4294967295 -k RULE7
The reason why is that you also have to check for the unset auid and set
a rule for each arch if its a bi-arch system (x86_64).
-Steve
next prev parent reply other threads:[~2008-05-11 0:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-09 20:20 Way too many logs! Jeremy Leonard
2008-05-09 20:43 ` Steve Grubb
2008-05-11 0:41 ` Steve Grubb [this message]
2008-05-09 21:29 ` Valdis.Kletnieks
2008-05-11 1:17 ` Steve Grubb
2008-05-26 13:42 ` troy.s.curtis
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=200805102041.38461.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.