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, Sep 18, 11:39 PM
Unknown Object (File)
Fri, Sep 18, 11:27 PM
Unknown Object (File)
Fri, Sep 18, 11:08 PM
Unknown Object (File)
Sat, Sep 5, 10:13 AM
Unknown Object (File)
Fri, Sep 4, 10:50 PM
Unknown Object (File)
Fri, Sep 4, 11:38 AM
Unknown Object (File)
Fri, Aug 28, 2:21 PM
Unknown Object (File)
Fri, Aug 28, 3:10 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