Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bandie91/logwall
Syslog "firewall", filters and rewrites messages according to an extensible ruleset
https://github.com/bandie91/logwall
devlog filter perl socket syslog
Last synced: 5 days ago
JSON representation
Syslog "firewall", filters and rewrites messages according to an extensible ruleset
- Host: GitHub
- URL: https://github.com/bandie91/logwall
- Owner: bAndie91
- License: gpl-2.0
- Created: 2015-03-13T08:05:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T22:25:15.000Z (over 1 year ago)
- Last Synced: 2024-11-09T06:14:22.759Z (about 2 months ago)
- Topics: devlog, filter, perl, socket, syslog
- Language: Perl
- Homepage:
- Size: 106 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logwall
logwall for syslog is an analogue to firewall for IP networks.
many distributors set /dev/log socket world-writable,
this may cause enfake of the system logs on multiuser systems.
one solution to set 660 as file mode and sort users and their processes into unix groups
by which it's allowed or denied to access /dev/log for write.logwall gives more flexibility to control who be able to log
in which facility and at which priority
with a ruleset based on peer socket properties.# issues
Please submit issues via PR to some file `.txt` or `.md` on `issues` branch.