Skip to content

Commit cd64d58

Browse files
author
Arthur Chan
committed
Fix opaque file
1 parent 1f24447 commit cd64d58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

startTool/startCamflow.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ def startCamflow(stagePath, workingPath, suffix, isModel):
9090
#Capture provenance
9191
subprocess.call('service camflowd start'.split(), stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
9292
subprocess.call('camflow --opaque-file /usr/bin/bash false'.split())
93+
subprocess.call('camflow --opaque-file /usr/bin/trace-cmd false'.split())
94+
subprocess.call('camflow --opaque-file /usr/lib/systemd/systemd-journald false'.split())
9395
subprocess.call(('camflow --track-file %s/test propagate' % stagePath).split())
9496
subprocess.call('camflow --duplicate true'.split())
9597
subprocess.call('camflow -e true'.split())

0 commit comments

Comments
 (0)