add security check on configs

This commit is contained in:
tengel 2014-11-22 10:07:33 -06:00
parent 1993b7aca5
commit 831da7df6c
2 changed files with 23 additions and 9 deletions

View file

@ -27,17 +27,17 @@ High level items of interest:
* Logging via journald, syslog, stdout and a logfile simultaneously
* Local IP reporting for use with internal DNS entries
* Caching of the last IP to reduce upstream impact
* Usable via cron, NetworkManager dispatcher, commandline, etc.
* Usable via cron, NetworkManager dispatcher, commandline, systemd, etc.
## Dependencies
| Utilities | Package |
| -----------------------------|------------|
| logger, kill | util-linux |
| printf, touch, date, cat, rm | coreutils |
| bash | bash |
| ip | iproute2 |
| curl | curl |
| Utilities | Package |
| -----------------------------------|------------|
| logger, kill | util-linux |
| printf, touch, date, stat, cat, rm | coreutils |
| bash | bash |
| ip | iproute2 |
| curl | curl |
## Configuration