-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auditd kernel panic #58
Comments
While I don't support Oracle, you might try increasing the buffer size dramatically - 16384KB was just a starting point, what is yours currently set at? |
I don't think it's a matter of oracle as much as it is apache constantly being written to the audit daemon. I've increased the buffer/log size (since logs were being rotated too rapidly) though that'll just increase the space consumption on the audit partition. |
I just wasn't sure if it was a rule configuration that I could change to stop when a worker gets started up from being constantly audited and written. |
I have something similar where my audit.rules audit everything when auid is On Tue, Sep 29, 2015 at 2:25 PM spitefultowel [email protected]
|
So it's on the application side of the house... Sadly given that we want custom control and things aren't service based but rather independently compiled apps, we want the IDs at 1k+. |
Then identify the auditd rule that is causing them to be generated and
modify it. According to the auditd output provided, it doesn't have a
"-k something" statement which should limit the number of rules that it
could probably be.
I am actually about to throw out all the "required" audit rules, since
the compliance analysis (openscap,scc,nessus) only do static string
comparison, vice proper analysis to see if audit criteria exists.
|
On 9/30/15 10:06 AM, Curtis Ruck wrote:
Here's the way the STIG audit rules were written (specifically, the The regex tries to find only the appropriate audit config. What would |
I've configured a RHEL 6 box with Oracle HTTPD (and an oracle app) that continuously suffers from kernel panic. Majority of the audit events are similar to below.
type=SYSCALL msg=audit(1443487841.513:2456187): arch=40000003 syscall=75 per=400008 success=yes exit=0 a0=4 a1=ffebed60 a2=f7702478 a3=8a481b0 items=0 ppid=2986 pid=3146 auid=2642 uid=1001 gid=1000 euid=1001 suid=1001 fsuid=1001 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=2 comm="httpd" exe="/path/to/Apache/bin/httpd" subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 key=(null)
it almost seems as thought he default settings are little too stringent. I'm currently trying to resolve the issue on my own but it's not as easy as I was hoping.
The text was updated successfully, but these errors were encountered: