[AUDIT] create context if auditing was ever enabled
authorEric Paris <eparis@redhat.com>
Tue, 8 Jan 2008 22:38:31 +0000 (17:38 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 1 Feb 2008 19:24:45 +0000 (14:24 -0500)
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>

No differences found