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
F132420420: D52572.id162144.diff
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
Unknown Object (File)
Fri, Oct 10, 9:26 AM
Unknown Object (File)
Tue, Oct 7, 10:54 AM
Unknown Object (File)
Tue, Sep 30, 7:58 AM
Unknown Object (File)
Sat, Sep 27, 6:30 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