Local mirror of The Unified Policy Framework (UPF) entry of the Archive of Formal Proofs (AFP). https://www.isa-afp.org/entries/UPF_Firewall.shtml
Go to file
Achim D. Brucker 61cdc4efcf Checked style. 2016-12-28 00:00:09 +00:00
Examples Initial commit. 2016-12-23 10:06:07 +00:00
FWNormalisation Removed sorry's. 2016-12-27 10:50:50 +00:00
NAT Checked style. 2016-12-28 00:00:09 +00:00
PacketFilter Checked style. 2016-12-27 23:43:47 +00:00
StatefulFW Initial commit. 2016-12-23 10:06:07 +00:00
document Initial commit. 2016-12-23 10:06:07 +00:00
LICENSE Initial commit. 2016-12-23 10:06:07 +00:00
README.md Fixed markdown. 2016-12-24 10:15:18 +00:00
ROOT Initial commit. 2016-12-23 10:06:07 +00:00
UPF-Firewall.thy Initial commit. 2016-12-23 10:06:07 +00:00

README.md

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

How to build

isabelle build -d . UPF-Firewall

Authors

License

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