UPF_Firewall/README.md

37 lines
1.4 KiB
Markdown
Raw Normal View History

2016-12-23 10:06:07 +00:00
# Formal Network Models and Their Application to Firewall Policies (UPF-Firewall)
This repository contains the development version of the (future)
[Archive of Formal Proofs (AFP)](https://www.isa-afp.org) submission
[A Formal Network Model and Their Application to Firewall Policies](https://www.isa-afp.org/entries/UPF-Firewall.shtml).
## Installation
This project depends on another [AFP](https://www.isa-afp.org) entry:
[The Unified Policy Framework (UPF)](https://www.isa-afp.org/entries/UPF.shtml).
Please follow the [official guidelines](https://www.isa-afp.org/using.shtml)
for installing the AFP locall. For short:
* [Download](https://www.isa-afp.org/release/afp-current.tar.gz) the complete AFP
* Extract the downloaded archive to an directory of your choice
* Let's assume the extracted archive lives in `/home/isabelle/afp`, now execute:
2016-12-24 10:13:42 +00:00
2016-12-24 10:11:08 +00:00
```
2016-12-24 10:13:06 +00:00
mkdir -p ~/.isabelle/Isabelle2016-1/etc
echo "/home/isabelle/afp" >> ~/.isabelle/Isabelle2016-1/etc/components
2016-12-24 10:11:08 +00:00
```
2016-12-23 10:06:07 +00:00
Now, you can either link the UPF entry to a sibling directory of UPF-Firewall such
that the import `../../UPF/UPF` in `PacketFilter/PolicyCore.thy` is valid. Alternatively,
you need to change this import to `$AFP/UPF/UPF`.
2016-12-24 10:15:18 +00:00
2016-12-23 10:06:07 +00:00
## How to build
```
isabelle build -d UPF-Firewall . UPF-Firewall
2016-12-23 10:06:07 +00:00
```
## Authors
* [Achim D. Brucker](http://www.brucker.ch/)
* Lukas Brügger
* [Burkhart Wolff](https://www.lri.fr/~wolff/)
## License
This project is licensed under a 3-clause BSD-style license.