DragonFlyBSD Kernel Audit
DF-0706 / run.log
← back to finding ↓ download raw
[*] running as: uid=0 euid=0
[fire IP_FW_SYNC_EDGE_CONF       opcode=84 plen=8] rc=0 errno=0 (Undefined error: 0)
[fire IP_FW_SYNC_EDGE_START      opcode=85 plen=4] rc=0 errno=0 (Undefined error: 0)
[fire IP_FW_SYNC_EDGE_STOP       opcode=86 plen=4] rc=0 errno=0 (Undefined error: 0)
[fire IP_FW_SYNC_CENTRE_CONF     opcode=89 plen=4] rc=0 errno=0 (Undefined error: 0)
[fire IP_FW_SYNC_CENTRE_START    opcode=90 plen=4] rc=0 errno=0 (Undefined error: 0)
[fire IP_FW_SYNC_SHOW_STATUS     opcode=83 plen=4] rc=0 errno=0 (Undefined error: 0)
[fire IP_FW_SYNC_SHOW_CONF       opcode=82 plen=64] rc=0 errno=0 (Undefined error: 0)
[+] All opcodes returned without panic.
[+] ip_fw3_ctl_sync_ptr is NULL on master => dispatcher falls through.
[+] MOD_UNLOAD of ipfw3_basic never invokes ip_fw3_sync_modevent()
    so ipfw_sync_send_state_prt is never set and the edge_td thread
    is never created — the cited lifecycle bugs cannot fire.