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)
Fri, Apr 17, 6:27 AM
Unknown Object (File)
Thu, Apr 16, 6:28 AM
Unknown Object (File)
Tue, Apr 14, 10:06 PM
Unknown Object (File)
Tue, Apr 14, 9:52 AM
Unknown Object (File)
Mon, Apr 13, 8:27 PM
Unknown Object (File)
Sat, Apr 11, 5:12 PM
Unknown Object (File)
Sat, Apr 11, 6:43 AM
Unknown Object (File)
Thu, Apr 9, 8:03 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