Hi.
What is the expected handling of AUDIT_SECCOMP if audit_enabled == 0? Opera browser
makes use of a sandbox and if audit_enabled == 0 (and no auditd is running) there is a lot
of messages dumped to the klog. The fix to __audit_seccomp() is trivial, similar to
c2412d91c and I can send a patch, I'm just not sure if seccomp is somehow special?
Thanks
Tony