Page MenuHomeFreeBSD

Add tests for readlink(2) and readlinkat(2) system calls
ClosedPublic

Authored by aniketp on May 31 2018, 5:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 15, 10:18 AM
Unknown Object (File)
Tue, Aug 12, 2:40 PM
Unknown Object (File)
Sat, Aug 2, 9:07 AM
Unknown Object (File)
Jun 25 2025, 6:49 PM
Unknown Object (File)
Jun 25 2025, 11:15 AM
Unknown Object (File)
Jun 21 2025, 11:57 PM
Unknown Object (File)
Jun 21 2025, 6:05 AM
Unknown Object (File)
Jun 15 2025, 1:06 AM
Subscribers

Details

Summary

The following changes introduce a new test-program file-read, apart from the already existing 24 tests for fc "file-create" audit class which were introduced in D15286 and committed as rS334360. These 4 test-cases check the proper audit of readlink(2) and readlinkat(2) for both success and failure case.

Test Plan

Execute make && make install from test/sys/audit.
Execute kyua test from /usr/tests/sys/audit. All testcases should succeed.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

asomers requested changes to this revision.May 31 2018, 5:58 PM

Other than the copyright header, it LGTM.

tests/sys/audit/file-read.c
4

As Mateusz said, you should remove "All rights reserved"

This revision now requires changes to proceed.May 31 2018, 5:58 PM

Remove the "All Rights Reserved" from file-create.c and file-read.c

Remove "All rights reserved" from utils.c and utils.h

This revision is now accepted and ready to land.May 31 2018, 11:08 PM
This revision was automatically updated to reflect the committed changes.