2017-04-10 18:59:31 +02:00
2017-04-10 17:03:39 +02:00
2017-04-10 16:47:44 +02:00
2017-04-10 18:22:19 +02:00
2017-04-10 18:57:15 +02:00

pfloggerd

pf log daemon for macOS

pf is the built-in macOS packet filter, pfloggerd is a tool used to save pf logs to file in a human readable format. pfloggerd reads pf logs from pflog0 interface and saves it to /var/log/pffirewall.log. pfloggerd is part of Murus, a pf GUI front end for macOS. More info at www.murusfirewall.com

pfloggerd needs to be launched by root at system boot using a shell script that:

  • creates the pflog0 interface needed by pf
  • runs pfloggerd

For that purpose we provide an example boot script, it.murus.pfloggerd.plist. Copy this file to /Library/LaunchDaemons/ , set its ownership to root:wheel and permission to 644. Then copy pfloggerd binary to /usr/local/bin/ . Reboot your Mac to start pfloggerd.

S
Description
pf log daemon for macOS
Readme 63 KiB
Languages
C 100%