* minor rule questions
@ 2008-05-08 17:14 LC Bruzenak
2008-05-08 17:29 ` Steve Grubb
0 siblings, 1 reply; 2+ messages in thread
From: LC Bruzenak @ 2008-05-08 17:14 UTC (permalink / raw)
To: Linux Audit
MINOR: It appears that there needs to be a space between the "key=xxx"
and "list=N" results from "ausearch -i -ts today":
...
type=CONFIG_CHANGE msg=audit(05/08/2008 10:34:57.259:151) : auid=unset
subj=system_u:system_r:auditctl_t:s0-s15:c0.c1023 op=add rule key=CFG
key=postfixlist=4 res=1
...
I'm sure this one is on startup when the audit.rules file is parsed and
the auditctls all happen. And what does the "list=N" part represent?
Would it be the following (i.e. exit):
#define AUDIT_FILTER_EXIT 0x04 /* Apply rule at syscall exit */
Thx,
LCB.
--
LC (Lenny) Bruzenak
lenny@magitekltd.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: minor rule questions
2008-05-08 17:14 minor rule questions LC Bruzenak
@ 2008-05-08 17:29 ` Steve Grubb
0 siblings, 0 replies; 2+ messages in thread
From: Steve Grubb @ 2008-05-08 17:29 UTC (permalink / raw)
To: linux-audit
On Thursday 08 May 2008 13:14:12 LC Bruzenak wrote:
> MINOR: It appears that there needs to be a space between the "key=xxx"
> and "list=N" results from "ausearch -i -ts today":
Thanks, added to the TODO file.
> I'm sure this one is on startup when the audit.rules file is parsed and
> the auditctls all happen.
Looks like its from the interpret option of ausearch.
> And what does the "list=N" part represent?
The kernel filter list that the rule was added to.
> Would it be the following (i.e. exit):
> #define AUDIT_FILTER_EXIT 0x04 /* Apply rule at syscall exit */
Yes.
-Steve
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-08 17:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-08 17:14 minor rule questions LC Bruzenak
2008-05-08 17:29 ` Steve Grubb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox