summaryrefslogtreecommitdiff
path: root/src/zope/security
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/security')
-rw-r--r--src/zope/security/interfaces.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zope/security/interfaces.py b/src/zope/security/interfaces.py
index 86d7bff..6b50a9f 100644
--- a/src/zope/security/interfaces.py
+++ b/src/zope/security/interfaces.py
@@ -45,6 +45,9 @@ These can be categorized into a few different groups of related objects.
- :class:`IMemberAwareGroup`
- :class:`IPermission`
+Anywhere that an API is documented as accepting a permission, it
+means the name of the permission, or the special object
+:class:`zope.security.checker.CheckerPublic`.
"""
from zope.interface import Interface, Attribute, implementer