Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev', 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Oct 10, 2017
2 parents 74556e5 + 9b35e06 commit e8aee19
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 e8aee19

Please sign in to comment.