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)
Tue, May 12, 8:04 PM
Unknown Object (File)
Wed, May 6, 2:48 AM
Unknown Object (File)
Sun, May 3, 5:48 PM
Unknown Object (File)
Sat, May 2, 12:09 PM
Unknown Object (File)
Thu, Apr 30, 6:04 PM
Unknown Object (File)
Thu, Apr 30, 2:35 PM
Unknown Object (File)
Mon, Apr 27, 12:28 PM
Unknown Object (File)
Sat, Apr 25, 5:16 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