Hello everyone,
I am currently testing Rocky Linux 10.2 (Red Quartz) and I have run into an issue regarding the audit package.
I have installed the audit and audit-libs packages, and verifying them with rpm confirms they are present on the system:
rpm -q audit audit-libs
audit-4.0.3-5.el10.x86_64
audit-libs-4.0.3-5.el10.x86_64
However, standard management tools such as auditctl and augenrules seem to be completely missing. They do not appear in bash autocomplete, and trying to run them directly or checking /usr/sbin/auditctl yields no results.
My questions are:
- Have these command-line tools been separated into a different sub-package in EL10 (e.g.,
audit-tools)? - If so, what is the exact package name I need to install to get
auditctlandaugenrulesworking?
For context, I am running kernel 6.12.0-211.16.1.el10_2.0.1.x86_64. I am logged in as the root user with the correct $PATH.
Any guidance or clarification on how the audit framework is packaged in EL10 would be greatly appreciated.
Thank you in advance!