Code Monkey home page Code Monkey logo

Comments (5)

brc0x1 avatar brc0x1 commented on June 11, 2024

Hi there, the problem you're running into is that OST's default behavior is to look for a tw.cfg in /usr/local/etc, not in the current directory. There are two approaches you can take here:

  • You can specify a cfg location on the command line, which overrides the default location: "./tripwire --init --cfgfile /etc/tripwire/tw.cfg" in your case.
  • If you don't like having to do that all the time, you can specify a different default location at compile time. To look in /etc/tripwire by default, configure with "./configure --sysconfdir=/etc/tripwire" and then make the project as usual. (You could also do this with "./configure --prefix=/etc/tripwire", which is what the readme currently says to do, but that also changes the install location to /etc/tripwire, which you probably don't want.)

from tripwire-open-source.

Turtle-Sec avatar Turtle-Sec commented on June 11, 2024

Okay, it works for me. Thank you for your reactivity!
Just for the record, how can it be disturbing to have him on /etc/tripwire?

from tripwire-open-source.

brc0x1 avatar brc0x1 commented on June 11, 2024

There shouldn't be any problems with relocating your config file to /etc or some other location if you'd rather have it there. I've even heard of people storing their OST binaries, data, & config files on a thumb drive so they're only present on the system when doing a scan.

from tripwire-open-source.

Turtle-Sec avatar Turtle-Sec commented on June 11, 2024

OK thanks

from tripwire-open-source.

brc0x1 avatar brc0x1 commented on June 11, 2024

Closing as resolved.

from tripwire-open-source.

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.