]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] support for context based audit filtering
authorDarrel Goeddel <dgoeddel@trustedcs.com>
Fri, 24 Feb 2006 21:44:05 +0000 (15:44 -0600)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 1 May 2006 10:06:24 +0000 (06:06 -0400)
commit32e347e93ec8f84ac32cabafbead31ee78d23290
tree7e2848792982dfe30e19a600a41fa5cb49ee6e6e
parentae795458f049e93f8c3492416b62fb0cfc8e2115
[PATCH] support for context based audit filtering

The following patch provides selinux interfaces that will allow the audit
system to perform filtering based on the process context (user, role, type,
sensitivity, and clearance).  These interfaces will allow the selinux
module to perform efficient matches based on lower level selinux constructs,
rather than relying on context retrievals and string comparisons within
the audit module.  It also allows for dominance checks on the mls portion
of the contexts that are impossible with only string comparisons.

Signed-off-by: Darrel Goeddel <dgoeddel@trustedcs.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
include/linux/audit.h
include/linux/selinux.h [new file with mode: 0644]
security/selinux/Makefile
security/selinux/avc.c
security/selinux/exports.c [new file with mode: 0644]
security/selinux/ss/mls.c
security/selinux/ss/mls.h
security/selinux/ss/services.c