DragonFlyBSD Kernel Audit
DF-0876 / env.txt
← back to finding ↓ download raw
## DF-0876 — guest environment

```
$(./dfbsd-qemu/vm.sh run_root 'uname -a; echo ---; sysctl -n kern.version; echo ---; cc --version | head -1; echo ---; kldstat | head')
```

Kernel: `DragonFly 6.5-DEVELOPMENT #0` (Thu Jul  2 06:02:54 UTC 2026), the
unpatched audit baseline. INVARIANTS ON (GENERIC). SMAP/SMEP/KASLR OFF.

Compiler: gcc 8.3 [DragonFly] Release/2019-02-22.

Module: `ext2fs.ko` is loadable (auto-loads on first ext2 mount; for the
fix-validation we hot-swap the patched .ko and `kldload` it explicitly).

The full untrimmed env capture lives in `env.raw.txt`.