csf.fignore - What am I doing wrong?

Post Reply
Protected
Junior Member
Posts: 1
Joined: 04 Dec 2017, 17:53

csf.fignore - What am I doing wrong?

Post by Protected »

I'm getting recurring warnings from lfd dirwatch for this:

/tmp/libjansi-64-9053710114156324912.so

(Reason: "Linux Binary")

This is apparently a legitimate library spawned by a user account running Minecraft Forge, so I'd like to suppress the warnings. I tried adding the following to csf.fignore:

/tmp/libjansi-.*\.so

Restarted and reloaded but I'm still getting the e-mails. Am I missing something? Making an obvious mistake perhaps?
Elizine
Junior Member
Posts: 40
Joined: 17 Aug 2015, 13:04

Re: csf.fignore - What am I doing wrong?

Post by Elizine »

csf.fignore is for LF_DIRWATCH only, not LF_DIRWATCH_FILE. There is no functionality in LF_DIRWATCH_FILE to ignore files within a directory structure you've configured it to watch.
Post Reply