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)
Sat, Nov 16, 1:15 AM
Unknown Object (File)
Thu, Nov 14, 12:04 PM
Unknown Object (File)
Tue, Oct 29, 7:52 PM
Unknown Object (File)
Oct 22 2024, 3:35 PM
Unknown Object (File)
Oct 8 2024, 12:11 AM
Unknown Object (File)
Oct 3 2024, 2:14 PM
Unknown Object (File)
Oct 3 2024, 9:56 AM
Unknown Object (File)
Oct 3 2024, 5:24 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable