[Darshan-commits] [Git][darshan/darshan][issue-216-var-whitelist] remove /dev/shm (and /var/tmp) from whitelist for now

Glenn K. Lockwood xgitlab at cels.anl.gov
Tue Jan 24 20:10:29 CST 2017


Glenn K. Lockwood pushed to branch issue-216-var-whitelist at darshan / darshan


Commits:
1721e240 by Glenn K. Lockwood at 2017-01-24T18:09:08-08:00
remove /dev/shm (and /var/tmp) from whitelist for now

- - - - -


1 changed file:

- darshan-runtime/lib/darshan-core.c


Changes:

=====================================
darshan-runtime/lib/darshan-core.c
=====================================
--- a/darshan-runtime/lib/darshan-core.c
+++ b/darshan-runtime/lib/darshan-core.c
@@ -68,8 +68,6 @@ char* darshan_path_exclusions[] = {
  * they share a root with a path listed in darshan_path_exclusions
  */
 char* darshan_path_inclusions[] = {
-    "/dev/shm/",
-    "/var/tmp/",
     "/var/opt/cray/dws/mounts/",
     NULL
 };



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/1721e24012b1f07a159e0a41a333fca2bb9ac7b0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20170124/aa464055/attachment.html>


More information about the Darshan-commits mailing list