Page MenuHomeFreeBSD

audit(4): Syscalls to check the accessibility of a file
ClosedPublic

Authored by aniketp on Jun 14 2018, 4:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 7:29 PM
Unknown Object (File)
Oct 19 2024, 10:58 PM
Unknown Object (File)
Sep 25 2024, 11:27 PM
Unknown Object (File)
Sep 24 2024, 9:01 AM
Unknown Object (File)
Sep 18 2024, 4:36 AM
Unknown Object (File)
Sep 18 2024, 12:23 AM
Unknown Object (File)
Sep 17 2024, 1:37 AM
Unknown Object (File)
Sep 15 2024, 1:18 AM
Subscribers
None

Details

Summary

This change introduces the auditability tests for syscalls concerned with checking the
accessibility of files. Categorized under file-attribute-access audit class.

  • access(2)
  • eaccess(2)
  • faccessat(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 17272
Build 17111: arc lint + arc unit