Skip to content

Commit

Permalink
Add anonymous hugepages pseudofile to blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
klausman committed Nov 19, 2018
1 parent b946130 commit 0586f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
NOLIBSPT = set(["/SYSV*", "/dev/shm/*", "/tmp/orcexec.*", "/var/run/nscd/db*",
"/memfd:*", "/run/user/*/orcexec*"])
# This set is compared literally, i.e. no special characters
NOLIBSNP = set(["/dev/zero", "/drm", "object", "/[aio]", "/i915"])
NOLIBSNP = set(["/dev/zero", "/drm", "object", "/[aio]", "/i915", "/anon_hugepage"])


def get_deleted_libs(map_file):
Expand Down

0 comments on commit 0586f16

Please sign in to comment.