Page MenuHomeFreeBSD

Add tests for syscalls used for modifying the ownership of file
ClosedPublic

Authored by aniketp on Jun 15 2018, 4:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 27 2024, 1:36 PM
Unknown Object (File)
Sep 24 2024, 7:34 PM
Unknown Object (File)
Sep 24 2024, 2:10 AM
Unknown Object (File)
Sep 23 2024, 9:04 PM
Unknown Object (File)
Sep 23 2024, 12:14 AM
Unknown Object (File)
Sep 22 2024, 10:56 PM
Unknown Object (File)
Sep 22 2024, 10:01 AM
Unknown Object (File)
Aug 31 2024, 2:30 AM
Subscribers

Details

Summary

The following revision introduces system calls from file-attribute-modify audit class
which deal with changing the ownership of a given file. System calls are:

  • chown(2)
  • fchown(2)
  • lchown(2)
  • fchownat(2)
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