DragonFlyBSD Kernel Audit
DF-0887 / env.txt
← back to finding ↓ download raw
DragonFly dfbsd 6.5-DEVELOPMENT DragonFly 6.5-DEVELOPMENT #1: Sun Jul  5 17:59:08 UTC 2026     root@dfbsd:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64
cc 8.3 [DragonFly] Release/2019-02-22
Copyright (C) 2018 Free Software Foundation, Inc.
0
0

=== Baseline (unpatched #0) kernel ===
DragonFly 6.5-DEVELOPMENT #0: Thu Jul  2 06:02:54 UTC 2026
SHA256 (/boot/kernel/kernel) = 5dc83dac19ad09effd6241c33e0c0669d41b6497ee92d87d3a2e45f287bc22ad

=== Patched (#1, fix applied) kernel ===
DragonFly 6.5-DEVELOPMENT #1: Sun Jul  5 17:59:08 UTC 2026
SHA256 (/boot/kernel/kernel) = 51efdf559ddd8b85fe25a82022dd72c4725f249a85654b058190557ff28cfed3

=== Hardening state on this guest ===
SMAP/SMEP: OFF (CPU features 0x1783fbfd lack the SMAP/SMEP leaf-7 bit)
KASLR:     OFF (vm.randomize_mmap=0, no kernel-text randomization)
PTI/KPTI:  OFF
INVARIANTS: ON (default X86_64_GENERIC)

=== UFS user-mountability ===
UFS is NOT user-mountable on DragonFly: get_fscap (sys/kern/vfs_syscalls.c) maps
only null/devfs/procfs/tmpfs/fusefs to user-mountable caps; UFS falls through to
SYSCAP_RESTRICTEDROOT. Confirmed same blocker as DF-0820 (VERDICT.md §3).