Skip to content

Commit

Permalink
Merge pull request #89 from mxey/java-false-positives
Browse files Browse the repository at this point in the history
Ignore some Java false positives (closes #60).
  • Loading branch information
liske authored Nov 12, 2017
2 parents 6269672 + ab32d2e commit 9d90d31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ex/needrestart.conf
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ $nrconf{blacklist_mappings} = [

# plasmashell (issue #65)
qr(/#\d+( \(deleted\))?$),

# Java Natice Access
qr#/jna--#,

# JFFI
qr#^/tmp/jffi#,
];

# Verify mapped files in fileystem:
Expand Down

0 comments on commit 9d90d31

Please sign in to comment.