audit-testsuite icon indicating copy to clipboard operation
audit-testsuite copied to clipboard

filter_exclude: remove auid check from unlink SYSCALL mesage check

Open rprobaina opened this issue 10 months ago • 0 comments

The test filter_exclude fails on cases 20 and 21 if you log on the test machine using a non-root user and then switch to root. Removing auid check to avoid this failure, since the auid check is not required in the context of these test cases.

See: https://github.com/linux-audit/audit-testsuite/issues/113

Signed-off-by: Ricardo Robaina [email protected]

rprobaina avatar Feb 14 '25 16:02 rprobaina