Code Monkey home page Code Monkey logo

Comments (8)

nbrownus avatar nbrownus commented on August 30, 2024 3

If you rebuild against master and use this filter you won't see the 1305 messages anymore

filters:
  - syscall: ""
    message_type: 1305
    regex: .*

from go-audit.

jamiesonbc avatar jamiesonbc commented on August 30, 2024

image
image

from go-audit.

jamiesonbc avatar jamiesonbc commented on August 30, 2024

root@ld4645:/home/bxj6191# export GOROOT=/home/bxj6191/go/
root@ld4645:/home/bxj6191# go version
go version go1.7 linux/amd64

from go-audit.

jamiesonbc avatar jamiesonbc commented on August 30, 2024

root@ld4645:/home/bxj6191# govendor -version
v1.0.8

from go-audit.

nbrownus avatar nbrownus commented on August 30, 2024

This is expected, basically go-audit is ensuring that still holds the netlink socket to talk to kernel audit. This isn't a requirement on newer kernels but on Ubuntu 14.04 (kernel v3.13) there can be only one process talking to that netlink socket and there is no way of knowing that something took the connection away from go-audit.

If you don't want to see them you can add a filter rule, this should work but I haven't tested it.

filters:
  - syscall: 0
    message_type: 1305
    regex: .*

from go-audit.

jamiesonbc avatar jamiesonbc commented on August 30, 2024

added filter but still coming in. While we probably won't be using this version of ubuntu, it would be nice to see the filter actually work.

image
image

from go-audit.

jamiesonbc avatar jamiesonbc commented on August 30, 2024

thank you that fixed it.

from go-audit.

imreACTmd avatar imreACTmd commented on August 30, 2024

This doesn't work any more in the latest master in 2018.

audit.go line 299:
if af.syscall == "" {
return filters, fmt.Errorf("Filter %d is missing the syscall entry", i+1)
}

How can I skip message_type 1305? My audit logs are overwhelmingly full of it.

from go-audit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.