commit | b593d384efcff7bdf6beb1bc1bc69927977aee26 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Jan 08 17:38:31 2008 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 01 14:24:45 2008 -0500 |
tree | 9055ef0decc84dcbf0da67135535f0746e602e8e | |
parent | 50397bd1e471391d27f64efad9271459c913de87 [diff] |
[AUDIT] create context if auditing was ever enabled Disabling audit at runtime by auditctl doesn't mean that we can stop allocating contexts for new processes; we don't want to miss them when that sucker is reenabled. (based on work from Al Viro in the RHEL kernel series) Signed-off-by: Eric Paris <eparis@redhat.com>