KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
pfloggerd
★ 14
Open GitHub ↗
pf log daemon for macOS
Download README (.md)
Explore Similar Repositories
kivy-exe
:
kivy+pyinstaller打包生成exe
vscode-levels
:
:dolls: JavaScript scope-based syntax highlighting
osr_course_pkgs
:
No description available.
libdpf
:
2-party 1-bit Distributed Point Function for PIR read and/or write
lyonmoji
:
🦁 Pixel art Lyon Emojis, royalty free.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pfloggerd
?
Download (.md)
# 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.