CamFlow / camflow-dev

Generates kernel patch for CamFlow Linux Provenance Capture.

Home Page:http://camflow.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CamFlow development Master Build Status CircleCI

DOI

If you simply wish to install CamFlow please visit here. The source code for the provenance userspace library is available here.

Build Status

Branch CircleCI Description
master CircleCI latest release
dev CircleCI development branch (unstable)
kernel CircleCI master branch with latest supported kernel (unstable)

Warning

The code is neither feature complete nor stable. We are working hard to improve this work, but it is an academic prototype. Do not hesitate to fork the repository or to report bugs.

Building

sudo dnf groupinstall 'Development Tools'
sudo dnf install ncurses-devel cmake clang gcc-c++ wget git openssl-devel zlib ruby bison flex patch mosquitto uncrustify
make prepare
make config # select relevant modules in security
make compile # patience, password will be asked during compilation
make install # patience, password will be asked during installation

About

Generates kernel patch for CamFlow Linux Provenance Capture.

http://camflow.org/

License:GNU General Public License v2.0


Languages

Language:C 83.4%Language:M4 5.7%Language:Ruby 5.4%Language:Makefile 3.7%Language:Python 1.8%