ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
11 stars 5 forks source link

Add demo pipeline source and wrapper #1009

Open tparchambault opened 4 months ago

tparchambault commented 4 months ago

This is the C++ source to a six process pipeline that passes data via files in shared directories. This example is intended for demonstrating fapolicy-analyzer Profiler's ability to handle more complex applications, and present the results of the associated Profiler session.

See the README.md for build and run instructions. Note: g++ and make are required.

tparchambault commented 4 months ago

I will add License and CTC headers tomorrow AM.