Page MenuHomeFreeBSD

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

Authored by markj on Sep 16 2025, 1:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 14, 4:34 PM
Unknown Object (File)
Wed, Aug 12, 7:19 PM
Unknown Object (File)
Tue, Aug 11, 2:03 PM
Unknown Object (File)
Sun, Aug 9, 3:19 PM
Unknown Object (File)
Sun, Aug 9, 10:52 AM
Unknown Object (File)
Sun, Aug 9, 7:30 AM
Unknown Object (File)
Sat, Aug 8, 11:08 AM
Unknown Object (File)
Sat, Aug 8, 9:25 AM

Details

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