Page MenuHomeFreeBSD

audit: Return ENOSYS if priv_check fails in audit system calls
AcceptedPublic

Authored by markj on Sep 16 2025, 1:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 20, 4:41 AM
Unknown Object (File)
Sun, Oct 19, 1:13 AM
Unknown Object (File)
Fri, Oct 17, 9:37 PM
Unknown Object (File)
Fri, Oct 17, 4:18 AM
Unknown Object (File)
Thu, Oct 16, 7:09 PM
Unknown Object (File)
Fri, Oct 10, 3:40 PM
Unknown Object (File)
Fri, Oct 10, 3:39 PM
Unknown Object (File)
Fri, Oct 10, 12:39 PM

Details

Reviewers
kevans
Summary

Prior to commit 246d7e9fc239, we would return a special error number
from these system calls when invoked from a jail. Userspace handles
this specially, so we can't really change it. Add a small translation
layer to restore the old behaviour.

PR: 289645
Fixes: 246d7e9fc239 ("jail: Optionally allow audit session state to be configured in a jail")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67078
Build 63961: arc lint + arc unit