]> git.ipfire.org Git - people/jon/ipfire-2.x.git/commit
RPZ: code updates and bug fixes #2 rpzAddon4
authorJon Murphy <jon.murphy@ipfire.org>
Fri, 23 Aug 2024 21:23:39 +0000 (16:23 -0500)
committerJon Murphy <jon.murphy@ipfire.org>
Fri, 23 Aug 2024 21:35:21 +0000 (16:35 -0500)
commit71605ba0b41555a66f9c3b711be252157fe21213
treed056e2ade2827f65880becb525451288b68eeb34
parent7f62749c65ba5db1688df8454abdd183fe172da9
RPZ: code updates and bug fixes #2

 - feature: added "list" action
 - update: changed "cat << heredocs" to "echo > file"
 - update: remove path to executables
 - update: reformatted code and comments (tabs to spaces)
 - update: reworded some msg_log messages
 - update: change exit codes from "1" to unique exit code numbers
 - bug: added check for empty allow/block config file
 - bug: removed auth_zone_reload (had double reload for allow/block)
 - bug: change rpz config file to `chown nobody:nobody`
 - bug: change rpz config file to `chmod 644`

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
config/rootfiles/packages/rpz
config/rpz/00-rpz.conf
config/rpz/block.rpz.conf [new file with mode: 0644]
config/rpz/rpz-config
config/rpz/rpz-metrics
config/rpz/rpz-sleep
lfs/rpz
src/paks/rpz/uninstall.sh
src/paks/rpz/update.sh