Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-16 Thread William Roberts
On Thu, Jan 16, 2014 at 8:40 AM, William Roberts wrote: > On Thu, Jan 16, 2014 at 7:11 AM, Steve Grubb wrote: >> On Thursday, January 16, 2014 07:03:34 AM William Roberts wrote: >>> On Thu, Jan 16, 2014 at 6:02 AM, Steve Grubb wrote: >>> > On Wednesday, January 15, 2014 09:08:39 PM William

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-16 Thread Steve Grubb
On Thursday, January 16, 2014 07:03:34 AM William Roberts wrote: > On Thu, Jan 16, 2014 at 6:02 AM, Steve Grubb wrote: > > On Wednesday, January 15, 2014 09:08:39 PM William Roberts wrote: > >> >> > Try this, > >> >> > > >> >> > cp /bin/ls 'test test test' > >> >> > auditctll -a always,exit -F

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-16 Thread William Roberts
On Thu, Jan 16, 2014 at 6:02 AM, Steve Grubb wrote: > On Wednesday, January 15, 2014 09:08:39 PM William Roberts wrote: >> >> > Try this, >> >> > >> >> > cp /bin/ls 'test test test' >> >> > auditctll -a always,exit -F arch=b64 -S stat -k test >> >> > ./test\ test\ test './test\ test\ test' >> >>

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-16 Thread Steve Grubb
On Wednesday, January 15, 2014 09:08:39 PM William Roberts wrote: > >> > Try this, > >> > > >> > cp /bin/ls 'test test test' > >> > auditctll -a always,exit -F arch=b64 -S stat -k test > >> > ./test\ test\ test './test\ test\ test' > >> > auditctl -D > >> > ausearch --start recent --key test > >>

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-16 Thread Steve Grubb
On Wednesday, January 15, 2014 09:08:39 PM William Roberts wrote: Try this, cp /bin/ls 'test test test' auditctll -a always,exit -F arch=b64 -S stat -k test ./test\ test\ test './test\ test\ test' auditctl -D ausearch --start recent --key test On the event of weird

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-16 Thread William Roberts
On Thu, Jan 16, 2014 at 6:02 AM, Steve Grubb sgr...@redhat.com wrote: On Wednesday, January 15, 2014 09:08:39 PM William Roberts wrote: Try this, cp /bin/ls 'test test test' auditctll -a always,exit -F arch=b64 -S stat -k test ./test\ test\ test './test\ test\ test' auditctl -D

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-16 Thread Steve Grubb
On Thursday, January 16, 2014 07:03:34 AM William Roberts wrote: On Thu, Jan 16, 2014 at 6:02 AM, Steve Grubb sgr...@redhat.com wrote: On Wednesday, January 15, 2014 09:08:39 PM William Roberts wrote: Try this, cp /bin/ls 'test test test' auditctll -a always,exit -F arch=b64 -S

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-16 Thread William Roberts
On Thu, Jan 16, 2014 at 8:40 AM, William Roberts bill.c.robe...@gmail.com wrote: On Thu, Jan 16, 2014 at 7:11 AM, Steve Grubb sgr...@redhat.com wrote: On Thursday, January 16, 2014 07:03:34 AM William Roberts wrote: On Thu, Jan 16, 2014 at 6:02 AM, Steve Grubb sgr...@redhat.com wrote: On

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread William Roberts
On Wed, Jan 15, 2014 at 8:51 PM, Steve Grubb wrote: > On Wednesday, January 15, 2014 05:44:29 PM William Roberts wrote: >> On Wed, Jan 15, 2014 at 5:33 PM, Steve Grubb wrote: >> > On Wednesday, January 15, 2014 05:08:13 PM William Roberts wrote: >> >> On Wed, Jan 15, 2014 at 4:54 PM, Steve Grubb

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread Steve Grubb
On Wednesday, January 15, 2014 05:44:29 PM William Roberts wrote: > On Wed, Jan 15, 2014 at 5:33 PM, Steve Grubb wrote: > > On Wednesday, January 15, 2014 05:08:13 PM William Roberts wrote: > >> On Wed, Jan 15, 2014 at 4:54 PM, Steve Grubb wrote: > >> > On Wednesday, January 15, 2014 01:02:14 PM

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread William Roberts
On Wed, Jan 15, 2014 at 5:33 PM, Steve Grubb wrote: > On Wednesday, January 15, 2014 05:08:13 PM William Roberts wrote: >> On Wed, Jan 15, 2014 at 4:54 PM, Steve Grubb wrote: >> > On Wednesday, January 15, 2014 01:02:14 PM William Roberts wrote: >> >> During an audit event, cache and print the

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread Steve Grubb
On Wednesday, January 15, 2014 05:08:13 PM William Roberts wrote: > On Wed, Jan 15, 2014 at 4:54 PM, Steve Grubb wrote: > > On Wednesday, January 15, 2014 01:02:14 PM William Roberts wrote: > >> During an audit event, cache and print the value of the process's > >> cmdline value (proc//cmdline).

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread William Roberts
On Wed, Jan 15, 2014 at 4:54 PM, Steve Grubb wrote: > On Wednesday, January 15, 2014 01:02:14 PM William Roberts wrote: >> During an audit event, cache and print the value of the process's >> cmdline value (proc//cmdline). This is useful in situations >> where processes are started via fork'd

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread Steve Grubb
On Wednesday, January 15, 2014 01:02:14 PM William Roberts wrote: > During an audit event, cache and print the value of the process's > cmdline value (proc//cmdline). This is useful in situations > where processes are started via fork'd virtual machines where the > comm field is incorrect. Often

[PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread William Roberts
During an audit event, cache and print the value of the process's cmdline value (proc//cmdline). This is useful in situations where processes are started via fork'd virtual machines where the comm field is incorrect. Often times, setting the comm field still is insufficient as the comm width is

[PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread William Roberts
During an audit event, cache and print the value of the process's cmdline value (proc/pid/cmdline). This is useful in situations where processes are started via fork'd virtual machines where the comm field is incorrect. Often times, setting the comm field still is insufficient as the comm width is

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread Steve Grubb
On Wednesday, January 15, 2014 01:02:14 PM William Roberts wrote: During an audit event, cache and print the value of the process's cmdline value (proc/pid/cmdline). This is useful in situations where processes are started via fork'd virtual machines where the comm field is incorrect. Often

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread William Roberts
On Wed, Jan 15, 2014 at 4:54 PM, Steve Grubb sgr...@redhat.com wrote: On Wednesday, January 15, 2014 01:02:14 PM William Roberts wrote: During an audit event, cache and print the value of the process's cmdline value (proc/pid/cmdline). This is useful in situations where processes are started

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread Steve Grubb
On Wednesday, January 15, 2014 05:08:13 PM William Roberts wrote: On Wed, Jan 15, 2014 at 4:54 PM, Steve Grubb sgr...@redhat.com wrote: On Wednesday, January 15, 2014 01:02:14 PM William Roberts wrote: During an audit event, cache and print the value of the process's cmdline value

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread William Roberts
On Wed, Jan 15, 2014 at 5:33 PM, Steve Grubb sgr...@redhat.com wrote: On Wednesday, January 15, 2014 05:08:13 PM William Roberts wrote: On Wed, Jan 15, 2014 at 4:54 PM, Steve Grubb sgr...@redhat.com wrote: On Wednesday, January 15, 2014 01:02:14 PM William Roberts wrote: During an audit

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread Steve Grubb
On Wednesday, January 15, 2014 05:44:29 PM William Roberts wrote: On Wed, Jan 15, 2014 at 5:33 PM, Steve Grubb sgr...@redhat.com wrote: On Wednesday, January 15, 2014 05:08:13 PM William Roberts wrote: On Wed, Jan 15, 2014 at 4:54 PM, Steve Grubb sgr...@redhat.com wrote: On Wednesday,

Re: [PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-15 Thread William Roberts
On Wed, Jan 15, 2014 at 8:51 PM, Steve Grubb sgr...@redhat.com wrote: On Wednesday, January 15, 2014 05:44:29 PM William Roberts wrote: On Wed, Jan 15, 2014 at 5:33 PM, Steve Grubb sgr...@redhat.com wrote: On Wednesday, January 15, 2014 05:08:13 PM William Roberts wrote: On Wed, Jan 15, 2014

Re: [RFC][PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-13 Thread William Roberts
On Mon, Jan 13, 2014 at 12:02 PM, William Roberts wrote: > During an audit event, cache and print the value of the process's > cmdline value (proc//cmdline). This is useful in situations > where processes are started via fork'd virtual machines where the > comm field is incorrect. Often times,

[RFC][PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-13 Thread William Roberts
During an audit event, cache and print the value of the process's cmdline value (proc//cmdline). This is useful in situations where processes are started via fork'd virtual machines where the comm field is incorrect. Often times, setting the comm field still is insufficient as the comm width is

[RFC][PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-13 Thread William Roberts
During an audit event, cache and print the value of the process's cmdline value (proc/pid/cmdline). This is useful in situations where processes are started via fork'd virtual machines where the comm field is incorrect. Often times, setting the comm field still is insufficient as the comm width is

Re: [RFC][PATCH v3 3/3] audit: Audit proc cmdline value

2014-01-13 Thread William Roberts
On Mon, Jan 13, 2014 at 12:02 PM, William Roberts bill.c.robe...@gmail.com wrote: During an audit event, cache and print the value of the process's cmdline value (proc/pid/cmdline). This is useful in situations where processes are started via fork'd virtual machines where the comm field is