Page MenuHomeFreeBSD

audit(4): Syscalls dealing with change of a file-mode
ClosedPublic

Authored by aniketp on Jun 14 2018, 3:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 13, 9:46 PM
Unknown Object (File)
Sat, Mar 1, 7:05 PM
Unknown Object (File)
Sat, Feb 22, 11:36 PM
Unknown Object (File)
Sat, Feb 22, 1:42 AM
Unknown Object (File)
Fri, Feb 21, 8:33 PM
Unknown Object (File)
Fri, Feb 21, 6:20 AM
Unknown Object (File)
Tue, Feb 18, 1:18 PM
Unknown Object (File)
Tue, Feb 18, 12:48 PM
Subscribers

Details

Summary

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

  • chmod(2)
  • fchmod(2)
  • lchmod(2)
  • fchmodat(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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 17264
Build 17104: arc lint + arc unit