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)
Mon, Nov 4, 1:10 PM
Unknown Object (File)
Sat, Nov 2, 6:45 PM
Unknown Object (File)
Oct 2 2024, 6:07 AM
Unknown Object (File)
Sep 27 2024, 6:32 AM
Unknown Object (File)
Sep 26 2024, 5:35 PM
Unknown Object (File)
Sep 18 2024, 8:27 PM
Unknown Object (File)
Sep 16 2024, 1:17 PM
Unknown Object (File)
Sep 15 2024, 6:36 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.