Downloads

Policy Management and Distribution

Interim prototype pmd-interim.tar.bz2

Policy Server (Policy Access Control)

via RPM

See the Howto page for RPM installation instructions. An SRPM tarball is also available.

via Subversion

Check out the SELinux branch:

> svn co http://oss.tresys.com/repos/policy-server/branches/selinux-pms-support

It contains the patches needed to support networking. The patches were created using Quilt. To apply the patches with quilt:

> cd selinux-pms-support
> quilt push -a

After the patches have been applied follow the normal installation directions described in the README file.

Optionally check out the Refpolicy branch:

> svn co http://oss.tresys.com/repos/policy-server/branches/refpolicy-pms-support

It contains patches to enable the use of metapolicy as well as a sample use case. The patches were created using Quilt. To apply the patches with quilt:

> cd refpolicy-pms-support
> quilt push -a

After the patches have been applied follow the normal installation directions described in the README file.

Check out the PMS branch:

> svn co http://oss.tresys.com/repos/policy-server/branches/trunk-pms

Follow the instructions in the INSTALL file.