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: 3 months 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T06:31:18.000Z (4 months ago)
- Last Synced: 2025-01-21T07:26:50.185Z (4 months ago)
- Topics: devlog, filter, perl, socket, syslog
- Language: Perl
- Homepage:
- Size: 111 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.# Project issues, bugs, feature requests, ideas
1. clone the repo
2. use [git-bug](https://github.com/git-bug/git-bug) to open a new ticket in this repo
3. find one or more person in the commit history to make contact with, then either
4.a. send your newly created `git-bug` ticket (or patch if you already propose a code change) via email, or
4.b. send the URL of your git clone to a contributor (via email or other channel), and request them to pull (`git-bug` issues and/or branches as well) from you.