Wajihulhassan / camflow-dev

CamFlow Linux Provenance LSMs source code.

Home Page:http://camflow.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CamFlow

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 Status
master Master Build Status
dev Dev Build Status

Automated Travis test run the following operation:

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 patch mosquitto
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

CamFlow Linux Provenance LSMs source code.

http://camflow.org/

License:GNU General Public License v2.0


Languages

Language:C 97.9%Language:Makefile 2.1%