-
Notifications
You must be signed in to change notification settings - Fork 261
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
Update audit.rules #100
base: master
Are you sure you want to change the base?
Update audit.rules #100
Conversation
Hi! |
Hi @kovacs-andras , why are the 32bit rules noisy? and yes, I merged another PR by you that removed many 32bit rules PS: just recently a customer asked if our software supported a SUSE Linux 10 version released in 2009, because they still have hundreds of systems running that OS on 32bit arch. |
At a minimum, the audit system should collect file permission changes for all users and root. Note that the "-F arch=b32" lines should be present even on a 64 bit system. These commands identify system calls for auditing. Even if the system is 64 bit it can still execute 32 bit system calls. |
@Neo23x0 Sorry for the late reply. If you want to keep 32 bit rules, that's fine by me. I don't think they would make extra noise but more rules have bigger performance impact. 32 bit rules on a modern system imho don't have any benefit. OH my... SLES 10 LTS support ended 7 years ago, isn't it? (I even rebuilt all the SLES11 servers ~4 years ago.) As I can recall, there are major auditd version differences between these old systems and now. On SLES11 it was maybe v1.8 while now it is at least v2-3 on supported systems. So those old kernels and auditd versions won't be able to use rules like https://github.com/Neo23x0/auditd/blob/master/audit.rules#L730-L731 |
@Pierre-Gronau-ndaal please check https://github.com/Neo23x0/auditd/blob/master/audit.rules#L741-L746 Instead of "CentOS", "Red Hat based systems" would be more appropriate, but it still would not be true, because the |
I guess this "exception proves the rule" when the security folks are recommending to support older systems while a sysadmin recommends to move forward to newer ones and not the other way around. :)) I would definitely be happier with colleagues like you. |
I´m not sure if you mean me. But I can promise that in my security work I highly recommend to move forward, except a special government approval is needed like in nuclear plants ... I changed the comment content as you suggested |
No description provided.