1. 01 5月, 2006 2 次提交
    • S
      [PATCH] audit inode patch · 1b50eed9
      Steve Grubb 提交于
      Previously, we were gathering the context instead of the sid. Now in this patch,
      we gather just the sid and convert to context only if an audit event is being
      output.
      
      This patch brings the performance hit from 146% down to 23%
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      1b50eed9
    • D
      [PATCH] support for context based audit filtering · 376bd9cb
      Darrel Goeddel 提交于
      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: NDarrel Goeddel <dgoeddel@trustedcs.com>
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      376bd9cb