Answer the question
In order to leave comments, you need to log in
What is the bitness problem with auditd?
I run in a virtual machine
arch
x86_64
auditctl -a exit,always -S open -F path=/etc/
WARNING - 32/64 bit syscall mismatch, you should specify an arch
Error sending add rule data request (Invalid argument)
auditctl -l
No rules
auditctl -a always,exit -F arch=b32 -S open -F path=/etc/
Error sending add rule data request (Invalid argument)
auditctl -a always,exit -F arch=b64 -S open -F path=/etc/
Error sending add rule data request (Invalid argument)
Answer the question
In order to leave comments, you need to log in
The list and action are interchanged, and the path to the file must be specified. More or less like this:
auditctl -a exit,always -F arch=b64 -S open -F path=/etc
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question