Canonical Security Package
==========================

This package provides the base for a flexible security policy
implementation for Zope 3.

It consists of a few different parts which can be used
independently of each other:

  - Generic and feature-loaded role registry
  - Generic adapter-based security policy
  - Decorator for in-place security assignments
  - Import hook for automatic security wrapping

The precise way in which roles and the security policy are used
is application dependent.

Chapters:

- `Role Support <role.txt>`
- `Security Policy <policy.txt>`
- `In-place Security Assignments <protect.txt>`
- `Safe Import Hook <safe.txt>`


vim:ts=4:sw=4:et:ft=doctest
