Re: [RFC PATCH v3 2/5] lsm: introduce hooks for kdbus

2015-10-19 Thread Paul Moore
On Friday, October 09, 2015 10:56:12 AM Stephen Smalley wrote: > On 10/07/2015 07:08 PM, Paul Moore wrote: > > diff --git a/ipc/kdbus/connection.c b/ipc/kdbus/connection.c > > index ef63d65..1cb87b3 100644 > > --- a/ipc/kdbus/connection.c > > +++ b/ipc/kdbus/connection.c > > @@ -108,6 +109,14 @@ st

how costly is flush = sync vs incremental?

2015-10-19 Thread Bond Masuda
i'm trying to figure out how costly it is to set flush=sync vs incremental in auditd.conf. In theory, it would seem like it is more expensive, but by how much? At what level of paranoia about not losing audit logs does it make sense to use flush=sync or is it not much more costly and one might as w

Re: [PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c

2015-10-19 Thread Richard Guy Briggs
On 15/10/18, Scott Matheina wrote: > On 10/14/2015 04:54 PM, Paul Moore wrote: > > On Saturday, October 10, 2015 08:57:55 PM Scott Matheina wrote: > >> Signed-off-by: Scott Matheina > >> --- > >> kernel/auditfilter.c | 17 ++--- > >> 1 file changed, 10 insertions(+), 7 deletions(-) >

[PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c

2015-10-19 Thread Scott Matheina
Signed-off-by: Scott Matheina --- kernel/auditfilter.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/kernel/auditfilter.c b/kernel/auditfilter.c index 7714d93..774f9ad 100644 --- a/kernel/auditfilter.c +++ b/kernel/auditfilter.c @@ -39,13 +39,13 @@ * Loc

Re: [PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c

2015-10-19 Thread Scott Matheina
On 10/14/2015 04:54 PM, Paul Moore wrote: > On Saturday, October 10, 2015 08:57:55 PM Scott Matheina wrote: >> Signed-off-by: Scott Matheina >> --- >> kernel/auditfilter.c | 17 ++--- >> 1 file changed, 10 insertions(+), 7 deletions(-) > Sorry for the delay in reviewing this, commen

[PATHC] Use more rpm macros in audit.spec

2015-10-19 Thread Łukasz Stelmach
Hi, We are preparing spec for audit in Tizen. Please find attached a small patch that changes a few hardcoded paths to rpm macros. I havn't changed "/sbin" to %{_sbindir} nor "/%{_lib}", however, I'd like to ask do you still want to keep files in "/sbin" and "/lib"? Kind regards, -- Łukasz Stelm