A verifier for TRBÄC security policies.
To use in Eclipse, install the following plug-ins:
- Xtend 2.8 (Xtext update sites)
- EMF-IncQuery 1.0.0 (EMF-IncQuery update sites)
- VIATRA 0.7 (VIATRA update sites)
- m2e 1.5+ (m2e update site)
To set up the project in eclipse:
- Right click on the module
com.vanderhighway.trbac.model
, Configure -> Convert to modelling project. - Right click on the module
com.vanderhighway.trbac.verifier
, Configure -> Convert to VIATRA Query project.
To build the project:
- Go to the
com.vanderhighway.trbac.model
project and generate the model code with themodel/petrinet.genmodel
file. - Build the
trbac-verifier
project withmvn install clean
.