Skip to content

Commit

Permalink
Merge pull request #200 from starquake/add-ignore-for-nvidia-memfd
Browse files Browse the repository at this point in the history
Add ignore for memfd file used by nvidia binary drivers (closes #198).
  • Loading branch information
liske authored Jan 31, 2021
2 parents 0a43727 + e809280 commit 6d684f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ex/needrestart.conf
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ $nrconf{blacklist_mappings} = [
# special device paths
qr(^/(SYSV00000000( \(deleted\))?|drm(\s|$)|dev/)),

# ignore memfd file used by nvidia binary drivers
qr(^/memfd:/.glXXXXXX),

# aio(7) mapping
qr(^/\[aio\]),

Expand Down

0 comments on commit 6d684f4

Please sign in to comment.