Skip to content
Commit f701b75e authored by Eric Paris's avatar Eric Paris Committed by Al Viro
Browse files

[AUDIT] return EINTR not ERESTART*



The syscall exit code will change ERESTART* kernel internal return codes
to EINTR if it does not restart the syscall.  Since we collect the audit
info before that point we should fix those in the audit log as well.

Signed-off-by: default avatarEric Paris <eparis@redhat.com>
parent bfef93a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment