projects
/
fwsnort.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
485e316
)
Added 'cat' and 'grep' commands
master
author
Michael Rash
<mbr@cipherdyne.org>
Fri, 8 Feb 2013 03:06:19 +0000 (22:06 -0500)
committer
Michael Rash
<mbr@cipherdyne.org>
Fri, 8 Feb 2013 03:06:19 +0000 (22:06 -0500)
fwsnort.conf
patch
|
blob
|
history
diff --git
a/fwsnort.conf
b/fwsnort.conf
index
5398226
..
aea38b1
100644
(file)
--- a/
fwsnort.conf
+++ b/
fwsnort.conf
@@
-103,6
+103,8
@@
IPT_BACKUP_SAVE_FILE $STATE_DIR/iptables.save; ### iptables policy backup
### system binaries
shCmd /bin/sh;
+catCmd /bin/cat;
+grepCmd /bin/grep;
echoCmd /bin/echo;
tarCmd /bin/tar;
wgetCmd /usr/bin/wget;