Merge pull request #35 from draios/remove-digiwatch-refs

Remove remaining Digwatch references.
This commit is contained in:
Mark Stemm 2016-05-02 12:09:31 -07:00
commit 7040d018c4
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ For now, local compilation and installation is the way to install (see "Building
## Configuring Falco ## Configuring Falco
Digwatch is primarily configured via two files: a configuration file (such as the `falco.yaml` in this repository) and a rules file (such as the `falco_rules.conf` file in `rules/`). These two files are written to `/etc` after you install the Falco package. Falco is primarily configured via two files: a configuration file (such as the `falco.yaml` in this repository) and a rules file (such as the `falco_rules.conf` file in `rules/`). These two files are written to `/etc` after you install the Falco package.
### Rules file ### Rules file

View File

@ -1,5 +1,5 @@
--[[ --[[
Digwatch grammar and parser. Falco grammar and parser.
Much of the scaffolding and helpers was derived from Andre Murbach Maidl's Lua parser (https://github.com/andremm/lua-parser). Much of the scaffolding and helpers was derived from Andre Murbach Maidl's Lua parser (https://github.com/andremm/lua-parser).