aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/graph/ac/null.py
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2022-12-18 14:15:18 +0100
committerMatthias Baumgartner <dev@igsor.net>2022-12-18 14:15:18 +0100
commite19c8f9d0818a147832df0945188ea14de9c7690 (patch)
tree6a1e388af7ace081fbe516b0c56e28ff1f1e48db /bsfs/graph/ac/null.py
parent58496960926a56149c10d64e01b6df7d048eed0e (diff)
downloadbsfs-e19c8f9d0818a147832df0945188ea14de9c7690.tar.gz
bsfs-e19c8f9d0818a147832df0945188ea14de9c7690.tar.bz2
bsfs-e19c8f9d0818a147832df0945188ea14de9c7690.zip
documentation, types, and style fixes
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."""