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)
Fri, Nov 14, 6:30 AM
Unknown Object (File)
Tue, Nov 11, 4:08 PM
Unknown Object (File)
Sun, Nov 9, 12:00 PM
Unknown Object (File)
Sat, Nov 8, 11:38 PM
Unknown Object (File)
Sat, Nov 8, 10:31 PM
Unknown Object (File)
Sat, Nov 8, 3:15 PM
Unknown Object (File)
Sat, Nov 8, 2:58 PM
Unknown Object (File)
Sat, Nov 8, 1:21 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

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