DragonFlyBSD Kernel Audit
DF-0560 / env.txt
← back to finding ↓ download raw
== guest uname ==
DragonFly dfbsd 6.5-DEVELOPMENT DragonFly 6.5-DEVELOPMENT #0: Thu Jul  2 06:02:54 UTC 2026    root@dfbsd:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64

== shipped Bluetooth modules ==
netbt.ko         -- Bluetooth stack (sys/netbt/*); loadable but no event source

== BT hardware / virtual-HCI on audit guest ==
NONE. QEMU is started without any BT controller. DragonFly does not ship a
BlueZ-style vhci driver that would let userland inject HCI events.

== kldstat (default) ==
Id Refs Address                Size Name
 1    5 0xffffffff80200000  1ad8538 kernel
 2    1 0xffffffff81cd9000    7c288 ehci.ko
 3    1 0xffffffff81d56000    8c778 xhci.ko

== Hardening status (audit guest) ==
INVARIANTS ON  (X86_64_GENERIC default) -> KASSERT(m != NULL) panic at uipc_mbuf.c:1687
SMAP/SMEP OFF  (CPU features 0x1783fbfd lack leaf-7 SMAP/SMEP bits)
KASLR     OFF  (vm.randomize_mmap=0)

== sizeof hci_command_compl_ep (3) and hci_status_rp (1) ==
Confirmed at sys/netbt/hci.h:1956-1960 and sys/netbt/hci.h:443-448.