--- Casey Schaufler <[EMAIL PROTECTED]> wrote: > From: Casey Schaufler <[EMAIL PROTECTED]> > > This patch removes SELinux specific code from the kernel auditing > system, replacing it with LSM hook invocations that perform the > functions appropriate to those behaviors. > > The LSM interface is extended to provide interfaces for a module > to add audit filters. Interfaces are added to get secids from > inodes and ipcs. > > The audit code is revised to call these hooks instead of the SELinux > functions. This requires some structure definitions to change header > files. > > The SELinux code is changed to export the old interfaces as LSM hooks > instead of doing so directly. The SELinux specific audit filter code > has been moved into the SELinux module. > > Signed-off-by: Casey Schaufler <[EMAIL PROTECTED]> > > ---
Forgot to include: The patch is relative to 2.6.22. Casey Schaufler [EMAIL PROTECTED] -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
