summaryrefslogtreecommitdiff
path: root/astraceroute.8
diff options
context:
space:
mode:
Diffstat (limited to 'astraceroute.8')
0 files changed, 0 insertions, 0 deletions
t.git/tree/?h=nds-private-remove&id=a09cfa470817ac086cf68418da13a2b91c2744ef'>a701499dc5828aa54314d843917ea35a60cc436c parent6c54e7899693dee3db67ea996e9be0e10f67920f (diff)
audit: don't ever sleep on a command record/message
Sleeping on a command record/message in audit_log_start() could slow something, e.g. auditd, from doing something important, e.g. clean shutdown, which could present problems on a heavily loaded system. This patch allows tasks to bypass any queue restrictions if they are logging a command record/message. Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat
-rw-r--r--kernel/audit.c18
1 files changed, 13 insertions, 5 deletions
diff --git a/kernel/audit.c b/kernel/audit.c