commit | 011161051bbc25f7f8b7df059dbd934c534443f0 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Sat May 21 00:15:52 2005 +0100 |
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | Sat May 21 00:15:52 2005 +0100 |
tree | f1ca3727e4130cacad86dfdae65e7533fcb67784 | |
parent | fb19b4c6aa024837a0071f07baa07dbf49d07151 [diff] |
AUDIT: Avoid sleeping function in SElinux AVC audit. This patch changes the SELinux AVC to defer logging of paths to the audit framework upon syscall exit, by saving a reference to the (dentry,vfsmount) pair in an auxiliary audit item on the current audit context for processing by audit_log_exit. Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> Signed-off-by: David Woodhouse <dwmw2@infradead.org>