aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/graph/ac/null.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/graph/ac/null.py')
-rw-r--r--bsfs/graph/ac/null.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bsfs/graph/ac/null.py b/bsfs/graph/ac/null.py
index 288a0da..36838bd 100644
--- a/bsfs/graph/ac/null.py
+++ b/bsfs/graph/ac/null.py
@@ -24,8 +24,7 @@ __all__: typing.Sequence[str] = (
## code ##
class NullAC(base.AccessControlBase):
- """
- """
+ """The NULL access control implements a dummy policy that allows any action to any user."""
def is_protected_predicate(self, pred: schema.Predicate) -> bool:
"""Return True if a predicate cannot be modified manually."""