Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update github.com/elastic/go-libaudit #7012

Merged
merged 1 commit into from
May 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di

- Added caching of UID and GID values to auditd module. {pull}6978[6978]
- Updated syscall tables for Linux 4.16. {pull}6978[6978]
- Added better error messages for when the auditd module fails due to the
Linux kernel not supporting auditing (CONFIG_AUDIT=n). {pull}7012[7012]

*Filebeat*

Expand Down
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
--------------------------------------------------------------------
Dependency: github.com/elastic/go-libaudit
Version: v0.2.0
Revision: 7839a62a31ca608f5275da89bc75189b6845a52b
Version: v0.2.1
Revision: 55225d06b15c74082f9a7af75aa4284dbe48d20a
License type (autodetected): Apache-2.0
./vendor/github.com/elastic/go-libaudit/LICENSE.txt:
--------------------------------------------------------------------
Expand Down
7 changes: 7 additions & 0 deletions vendor/github.com/elastic/go-libaudit/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion vendor/github.com/elastic/go-libaudit/audit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,44 +369,44 @@
"revisionTime": "2016-08-05T00:47:13Z"
},
{
"checksumSHA1": "+WyRdvGE4raLmW42Pmw3yDmktO8=",
"checksumSHA1": "hAB/G2FIWYwg3Rujgpt6UPtHMis=",
"path": "github.com/elastic/go-libaudit",
"revision": "7839a62a31ca608f5275da89bc75189b6845a52b",
"revisionTime": "2018-04-30T14:05:21Z",
"version": "v0.2.0",
"versionExact": "v0.2.0"
"revision": "55225d06b15c74082f9a7af75aa4284dbe48d20a",
"revisionTime": "2018-05-03T13:36:58Z",
"version": "v0.2.1",
"versionExact": "v0.2.1"
},
{
"checksumSHA1": "3V0tnqlCgmCXnbocuTqUKluynm8=",
"path": "github.com/elastic/go-libaudit/aucoalesce",
"revision": "7839a62a31ca608f5275da89bc75189b6845a52b",
"revisionTime": "2018-04-30T14:05:21Z",
"version": "v0.2.0",
"versionExact": "v0.2.0"
"revision": "55225d06b15c74082f9a7af75aa4284dbe48d20a",
"revisionTime": "2018-05-03T13:36:58Z",
"version": "v0.2.1",
"versionExact": "v0.2.1"
},
{
"checksumSHA1": "6OK3lLgocjmIUyLo8xNhYGpwE1E=",
"path": "github.com/elastic/go-libaudit/auparse",
"revision": "7839a62a31ca608f5275da89bc75189b6845a52b",
"revisionTime": "2018-04-30T14:05:21Z",
"version": "v0.2.0",
"versionExact": "v0.2.0"
"revision": "55225d06b15c74082f9a7af75aa4284dbe48d20a",
"revisionTime": "2018-05-03T13:36:58Z",
"version": "v0.2.1",
"versionExact": "v0.2.1"
},
{
"checksumSHA1": "Rr15sVPpJRQ+ggimmx3/0s1gUJc=",
"path": "github.com/elastic/go-libaudit/rule",
"revision": "7839a62a31ca608f5275da89bc75189b6845a52b",
"revisionTime": "2018-04-30T14:05:21Z",
"version": "v0.2.0",
"versionExact": "v0.2.0"
"revision": "55225d06b15c74082f9a7af75aa4284dbe48d20a",
"revisionTime": "2018-05-03T13:36:58Z",
"version": "v0.2.1",
"versionExact": "v0.2.1"
},
{
"checksumSHA1": "5C083BvwcAVSKquRXbxXa950/wE=",
"path": "github.com/elastic/go-libaudit/rule/flags",
"revision": "7839a62a31ca608f5275da89bc75189b6845a52b",
"revisionTime": "2018-04-30T14:05:21Z",
"version": "v0.2.0",
"versionExact": "v0.2.0"
"revision": "55225d06b15c74082f9a7af75aa4284dbe48d20a",
"revisionTime": "2018-05-03T13:36:58Z",
"version": "v0.2.1",
"versionExact": "v0.2.1"
},
{
"checksumSHA1": "3jizmlZPCyo6FAZY8Trk9jA8NH4=",
Expand Down