Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 309983 Details for
Bug 452390
PATH and EXECVE audit records contain bogus newlines
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to remove bogus newlines in PATH and EXECVE records
audit-newlines.patch (text/plain), 895 bytes, created by
Matthew Booth
on 2008-06-21 22:15:46 UTC
(
hide
)
Description:
Patch to remove bogus newlines in PATH and EXECVE records
Filename:
MIME Type:
Creator:
Matthew Booth
Created:
2008-06-21 22:15:46 UTC
Size:
895 bytes
patch
obsolete
>diff -up linux-2.6.9/kernel/auditsc.c.audit-newlines linux-2.6.9/kernel/auditsc.c >--- linux-2.6.9/kernel/auditsc.c.audit-newlines 2008-06-21 22:33:44.000000000 +0100 >+++ linux-2.6.9/kernel/auditsc.c 2008-06-21 22:34:36.000000000 +0100 >@@ -915,7 +915,7 @@ static int audit_log_single_execve_arg(s > audit_log_hex(*ab, p, to_send); > else > audit_log_n_string(*ab, to_send, p); >- audit_log_format(*ab, "\n"); >+ audit_log_format(*ab, " "); > > p += to_send; > len_left -= to_send; >@@ -1071,7 +1071,7 @@ static void audit_log_exit(struct audit_ > audit_log_format(ab, "name="); > audit_log_untrustedstring(ab, context->names[i].name); > } >- audit_log_format(ab, " flags=%x\n", context->names[i].flags); >+ audit_log_format(ab, " flags=%x", context->names[i].flags); > > if (context->names[i].ino != (unsigned long)-1) > audit_log_format(ab, " inode=%lu dev=%02x:%02x mode=%#o"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 452390
: 309983