I noticed something odd about the AUDIT subsystem in FreeBSD 14.1-RELEASE:
System details:
I can get AUDIT working by rebuilding the kernel, but shouldn't this feature be included in the binary release given it's enabled in GENERIC?
- AUDIT is enabled in /usr/src/sys/amd64/conf/GENERIC:
- However, the running kernel seems to not have AUDIT support:
- sysctl security.audit shows no entries
- auditd is running but not logging events properly ( all flags set and only login's are beeing logged )
- No audit-related messages in dmesg output
System details:
- FreeBSD 14.1-RELEASE
- GENERIC kernel (releng/14.1-n267679-10e31f0946d8)
- Fresh installation, no custom kernel
I can get AUDIT working by rebuilding the kernel, but shouldn't this feature be included in the binary release given it's enabled in GENERIC?