Skip to content

Commit

Permalink
Merge pull request #288 from draios/fix-rule-loading
Browse files Browse the repository at this point in the history
Fix built-in falco config location.
  • Loading branch information
mstemm committed Oct 10, 2017
2 parents 5230b22 + 60d609b commit 9b35e06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This file documents all notable changes to Falco. The release numbering uses [semantic versioning](http://semver.org).

## v0.8.1

Released 2017-10-10

### Bug Fixes

* Fix packaging to specify correct built-in config file [[#288](https://github.com/draios/falco/pull/288)]

## v0.8.0

Released 2017-10-10
Expand Down
2 changes: 1 addition & 1 deletion userspace/falco/config_falco.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define FALCO_LUA_DIR "${CMAKE_INSTALL_PREFIX}/${FALCO_SHARE_DIR}/lua/"
#define FALCO_SOURCE_DIR "${PROJECT_SOURCE_DIR}"
#define FALCO_SOURCE_CONF_FILE "${PROJECT_SOURCE_DIR}/falco.yaml"
#define FALCO_INSTALL_CONF_FILE "/etc/falco.yaml"
#define FALCO_INSTALL_CONF_FILE "/etc/falco/falco.yaml"
#define FALCO_SOURCE_LUA_DIR "${PROJECT_SOURCE_DIR}/userspace/falco/lua/"

#define PROBE_NAME "${PROBE_NAME}"

0 comments on commit 9b35e06

Please sign in to comment.