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 154573 Details for
Bug 239887
LSPP: watches using -p omit some syscalls
[?]
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]
proposed patch for syscall match check
audit_match_class-nowarn.diff (text/plain), 451 bytes, created by
Klaus Weidner
on 2007-05-11 22:14:21 UTC
(
hide
)
Description:
proposed patch for syscall match check
Filename:
MIME Type:
Creator:
Klaus Weidner
Created:
2007-05-11 22:14:21 UTC
Size:
451 bytes
patch
obsolete
>--- linux-2.6.18.i686/kernel/auditfilter.c.lspp.80 2007-05-11 17:06:08.000000000 -0500 >+++ linux-2.6.18.i686/kernel/auditfilter.c 2007-05-11 17:09:37.000000000 -0500 >@@ -306,7 +306,7 @@ > > int audit_match_class(int class, unsigned syscall) > { >- if (unlikely(syscall >= AUDIT_BITMASK_SIZE * sizeof(__u32))) >+ if (unlikely(syscall >= AUDIT_BITMASK_SIZE * 32)) > return 0; > if (unlikely(class >= AUDIT_SYSCALL_CLASSES || !classes[class])) > return 0;
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 239887
: 154573