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)
May 12 2024, 9:01 PM
Unknown Object (File)
May 12 2024, 9:01 PM
Unknown Object (File)
May 12 2024, 9:01 PM
Unknown Object (File)
May 12 2024, 9:01 PM
Unknown Object (File)
May 12 2024, 9:01 PM
Unknown Object (File)
May 12 2024, 8:46 PM
Unknown Object (File)
Apr 19 2024, 3:31 PM
Unknown Object (File)
Apr 13 2024, 9:04 PM
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 Not Applicable
Unit
Tests Not Applicable

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
3 ↗(On Diff #43209)

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.