UPF_Firewall/README.md

1.4 KiB

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) submission A Formal Network Model and Their Application to Firewall Policies.

Installation

This project depends on another AFP entry: The Unified Policy Framework (UPF). Please follow the official guidelines for installing the AFP locall. For short:

  • Download 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:
mkdir -p ~/.isabelle/Isabelle2016-1/etc
echo "/home/isabelle/afp" >> ~/.isabelle/Isabelle2016-1/etc/components

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.

How to build

isabelle build -d UPF-Firewall . UPF-Firewall

Authors

License

This project is licensed under a 3-clause BSD-style license.