-
On commit d5a32d67caff6ccc9fa38cd1712e11dfb15bfa87 I get the following error:
```
./fullAutomation.py cam /tmp ./benchmarkProgram/control ./benchmarkProgram/cmdCreat 2 ./result.clingo
Starting st…
tfjmp updated
6 years ago
-
I am working on [CamFlow](http://camflow.org/)/SPADE integration and I am trying to build SPADE on Fedora 27, but it fails during the reporter build stage, with the following error:
```
default: ---…
tfjmp updated
6 years ago
-
Have a look at [packer](https://www.packer.io/intro/why.html) or devise any other reasonable automated process.
tfjmp updated
7 years ago
-
We worked on a project using provenance data to perform intrusion detection [HotCloud'17](https://scholar.harvard.edu/files/tfjmp/files/han-hotcloud-2017.pdf). We want to capture provenance of program…
tfjmp updated
7 years ago
-
Create a vagrant box (not a vagrant file) Fedora 25 + CamFlow [see here](https://www.vagrantup.com/docs/virtualbox/boxes.html). Instruction on how to install CamFlow are available [there](https://gith…
tfjmp updated
7 years ago
-
In #3238, we feed the [Provenance System](https://www.usenix.org/conference/tapp12/workshop-program/presentation/macko) transformation information so that the system can then feed Dataverse with a rep…
-
Currently a large amount of the provenance graph on `capture all` is generated by recording `sh_write` and `sh_read` operation. We need to get more sensible about how we record that information.
Ad…
tfjmp updated
7 years ago
-
Inode vertices sometimes change type between the time they were first recorded and a subsequent relation. Need to investigate how this issue can be fixed. Seems to happen in particular with `link` and…
tfjmp updated
7 years ago
-
When a non-existing file is set to be tracked in `/etc/camflow.ini`, CamFlow failed silently whereas it is supposed to report the issue to the user in the log.
-
The mockups supporting this user story are available here:
https://drive.google.com/file/d/1AO_L0utJwjHEBxpj5b2xNiVkOjOG545D/view
This story covers the submission and validation of a JSON file, and …