Ricardo Robaina

Results 9 issues of Ricardo Robaina

Add a very basic file permission change event filtering tests using the perl Test::Simple framework and with the file_delete test as inspiration. See: https://github.com/linux-audit/audit-testsuite/issues/12 Signed-off-by: Ricardo Robaina

enhancement
pending/revision

Minor typo fix in README.md * dev branch ``` from: Developers should use the dev branch a stable basis for their own development work to: Developers should use the dev...

bug

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...

When I log in to the test machine using my user and then switch to `root` user, `filter_exclude` test fails on tests 20 and 21, specifically where it's checking for...

Simple test case to verify that records related to fsnotify events are captured as expected. This test case adds full coverage to the following audit_fsnotify.c functions, which have not been...

enhancement
pending/info
pending/revision

This patch introduces a straightforward test case for filtering devices based on their major and minor numbers. It includes three distinct test scenarios: one for filtering by major number, another...

enhancement
pending/revision

This PR adds a test case for event filtering based on inode numbering. See: https://github.com/linux-audit/audit-testsuite/issues/10 Signed-off-by: Ricardo Robaina

enhancement
pending/revision

Simple test case to verify that a record is collected when a process ends abnormally, for instance, when a core dump is generated. This test case adds full coverage to...

enhancement
pending/revision

This commit adds a series of test cases for filtering audit records based on the following file types: file, dir, socket, link, char, block, and fifo files. See: https://github.com/linux-audit/audit-testsuite/issues/9 Signed-off-by:...

enhancement
pending/revision