Skip to content

Commit

Permalink
Ignore some Java false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
mxey authored Nov 10, 2017
1 parent 6269672 commit ab32d2e
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 ab32d2e

Please sign in to comment.