Re: [RFC PATCH 3/7] audit: allow systemd to use queue reserves

2016-06-15 Thread Richard Guy Briggs
On 15/11/05, Paul Moore wrote: > On Thursday, October 22, 2015 03:51:59 PM Richard Guy Briggs wrote: > > On 15/10/22, Steve Grubb wrote: > > > On Thursday, October 22, 2015 02:53:16 PM Richard Guy Briggs wrote: > > > > Treat systemd the same way as auditd, allowing it to overrun the queue > > > > t

Re: [RFC PATCH 3/7] audit: allow systemd to use queue reserves

2015-11-05 Thread Paul Moore
On Thursday, October 22, 2015 03:51:59 PM Richard Guy Briggs wrote: > On 15/10/22, Steve Grubb wrote: > > On Thursday, October 22, 2015 02:53:16 PM Richard Guy Briggs wrote: > > > Treat systemd the same way as auditd, allowing it to overrun the queue > > > to avoid blocking. > > > > Do you mind ex

Re: [RFC PATCH 3/7] audit: allow systemd to use queue reserves

2015-10-22 Thread Richard Guy Briggs
On 15/10/22, Steve Grubb wrote: > On Thursday, October 22, 2015 02:53:16 PM Richard Guy Briggs wrote: > > Treat systemd the same way as auditd, allowing it to overrun the queue to > > avoid blocking. > > Do you mind explaining this a little more? I'm having a hard time > understanding how systemd

Re: [RFC PATCH 3/7] audit: allow systemd to use queue reserves

2015-10-22 Thread Steve Grubb
On Thursday, October 22, 2015 02:53:16 PM Richard Guy Briggs wrote: > Treat systemd the same way as auditd, allowing it to overrun the queue to > avoid blocking. Do you mind explaining this a little more? I'm having a hard time understanding how systemd is involved. -Steve > Signed-off-by: Rich

[RFC PATCH 3/7] audit: allow systemd to use queue reserves

2015-10-22 Thread Richard Guy Briggs
Treat systemd the same way as auditd, allowing it to overrun the queue to avoid blocking. Signed-off-by: Richard Guy Briggs --- kernel/audit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/audit.c b/kernel/audit.c index 3917aad..384a1a1 100644 --- a/kernel/audi