All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Upgrading audit package
@ 2016-07-13  5:38 Bhagwat, Shriniketan Manjunath
  2016-07-13 12:59 ` Steve Grubb
  0 siblings, 1 reply; 4+ messages in thread
From: Bhagwat, Shriniketan Manjunath @ 2016-07-13  5:38 UTC (permalink / raw)
  To: Steve Grubb; +Cc: linux-audit


[-- Attachment #1.1: Type: text/plain, Size: 1273 bytes --]

Hi Steve,

As requested in my previous email, I am interested in understanding the relation between Linux audit kernel and user space audit. Will a audit kernel available with Linux kernel 2.6.32 compatible with user space audit 2.6.X?
I understand you might be busy with your regular schedules. :-)

Regards,
Ketan

From: Bhagwat, Shriniketan Manjunath
Sent: Monday, July 11, 2016 1:48 PM
To: 'Steve Grubb' <sgrubb@redhat.com>
Cc: linux-audit@redhat.com
Subject: Upgrading audit package

Hi Steve,

I am using audit in my development environment. My development environment is as below.

RHEL 5.2 with kernel 2.6.32-431.el6.x86_64 and audit-2.2-2.el6.x86_64.
SUSE 11 SP3 with kernel 3.0.76-0.11-default and audit-1.8-0.30.1

As I understand the above audit packages I am using in my environment are user space audit. I want to upgrade it to the latest version.
If I upgrade the audit packages to latest version 2.6.X will there be any issues?
Linux Audit kernel available with kernel 2.6.32-431.el6.x86_64 and 3.0.76-0.11 are compatible with user space audit 2.6.X?
In your opinion what is the suitable audit package for my environment to upgrade?
If these topics are already documented please guide me to the documentation.

Regards,
Ketan


[-- Attachment #1.2: Type: text/html, Size: 4119 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Upgrading audit package
  2016-07-13  5:38 Upgrading audit package Bhagwat, Shriniketan Manjunath
@ 2016-07-13 12:59 ` Steve Grubb
  0 siblings, 0 replies; 4+ messages in thread
From: Steve Grubb @ 2016-07-13 12:59 UTC (permalink / raw)
  To: Bhagwat, Shriniketan Manjunath; +Cc: linux-audit

Hello,

On Wednesday, July 13, 2016 5:38:38 AM EDT Bhagwat, Shriniketan Manjunath 
wrote:
> As requested in my previous email, I am interested in understanding the
> relation between Linux audit kernel and user space audit. Will a audit
> kernel available with Linux kernel 2.6.32 compatible with user space audit
> 2.6.X? I understand you might be busy with your regular schedules. :-)

To some extent, yes they are compatible. How much? I don't know. I have never 
tried that combination because they were never meant to run together.

-Steve


> From: Bhagwat, Shriniketan Manjunath
> Sent: Monday, July 11, 2016 1:48 PM
> To: 'Steve Grubb' <sgrubb@redhat.com>
> Cc: linux-audit@redhat.com
> Subject: Upgrading audit package
> 
> Hi Steve,
> 
> I am using audit in my development environment. My development environment
> is as below.
> 
> RHEL 5.2 with kernel 2.6.32-431.el6.x86_64 and audit-2.2-2.el6.x86_64.
> SUSE 11 SP3 with kernel 3.0.76-0.11-default and audit-1.8-0.30.1
> 
> As I understand the above audit packages I am using in my environment are
> user space audit. I want to upgrade it to the latest version. If I upgrade
> the audit packages to latest version 2.6.X will there be any issues? Linux
> Audit kernel available with kernel 2.6.32-431.el6.x86_64 and 3.0.76-0.11
> are compatible with user space audit 2.6.X? In your opinion what is the
> suitable audit package for my environment to upgrade? If these topics are
> already documented please guide me to the documentation.
> 
> Regards,
> Ketan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Upgrading audit package
  2016-07-11  8:17 Bhagwat, Shriniketan Manjunath
@ 2016-07-11 17:17 ` Steve Grubb
  0 siblings, 0 replies; 4+ messages in thread
From: Steve Grubb @ 2016-07-11 17:17 UTC (permalink / raw)
  To: Bhagwat, Shriniketan Manjunath; +Cc: linux-audit

Hello,

On Monday, July 11, 2016 8:17:50 AM EDT Bhagwat, Shriniketan Manjunath wrote:
> I am using audit in my development environment. My development environment
> is as below.
> 
> RHEL 5.2 with kernel 2.6.32-431.el6.x86_64 and audit-2.2-2.el6.x86_64.
> SUSE 11 SP3 with kernel 3.0.76-0.11-default and audit-1.8-0.30.1
> 
> As I understand the above audit packages I am using in my environment are
> user space audit. I want to upgrade it to the latest version.

RHEL5's last valid audit package would be 1.8. The 2.x branch removed 
functions from the ABI and changed the buffer size which means that you would 
have to recompile everything that has a dependency on audit-libs. If they are 
using any removed functions you would have to patch them to use something 
else.

> If I upgrade the audit packages to latest version 2.6.X will there be any
> issues?

Probably. The audit 2.x release also has a soname number change for libaudit. 
Apps won't be able to find it during startup.

> Linux Audit kernel available with kernel 2.6.32-431.el6.x86_64 and
> 3.0.76-0.11 are compatible with user space audit 2.6.X?

I have never tested that configuration. I will likely work except for the 
missing kernel support. The bigger issue is everything in user space that 
links against libaudit.

> In your opinion what
> is the suitable audit package for my environment to upgrade? If these topics
> are already documented please guide me to the documentation.

Speaking for the RHEL side of things...if its a RHEL5 system, audit-1.8 is the 
end of the line. After that and you are in unknown territory.

-Steve

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Upgrading audit package
@ 2016-07-11  8:17 Bhagwat, Shriniketan Manjunath
  2016-07-11 17:17 ` Steve Grubb
  0 siblings, 1 reply; 4+ messages in thread
From: Bhagwat, Shriniketan Manjunath @ 2016-07-11  8:17 UTC (permalink / raw)
  To: Steve Grubb; +Cc: linux-audit


[-- Attachment #1.1: Type: text/plain, Size: 770 bytes --]

Hi Steve,

I am using audit in my development environment. My development environment is as below.

RHEL 5.2 with kernel 2.6.32-431.el6.x86_64 and audit-2.2-2.el6.x86_64.
SUSE 11 SP3 with kernel 3.0.76-0.11-default and audit-1.8-0.30.1

As I understand the above audit packages I am using in my environment are user space audit. I want to upgrade it to the latest version.
If I upgrade the audit packages to latest version 2.6.X will there be any issues?
Linux Audit kernel available with kernel 2.6.32-431.el6.x86_64 and 3.0.76-0.11 are compatible with user space audit 2.6.X?
In your opinion what is the suitable audit package for my environment to upgrade?
If these topics are already documented please guide me to the documentation.

Regards,
Ketan


[-- Attachment #1.2: Type: text/html, Size: 2922 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-07-13 12:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-13  5:38 Upgrading audit package Bhagwat, Shriniketan Manjunath
2016-07-13 12:59 ` Steve Grubb
  -- strict thread matches above, loose matches on Subject: below --
2016-07-11  8:17 Bhagwat, Shriniketan Manjunath
2016-07-11 17:17 ` Steve Grubb

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.