git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50397bd
)
[AUDIT] create context if auditing was ever enabled
author
Eric Paris
<eparis@redhat.com>
Tue, 8 Jan 2008 22:38:31 +0000
(17:38 -0500)
committer
Al 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