summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-07-18 18:01:06 +0100
committerJoe Carstairs <me@joeac.net>2025-07-18 18:01:06 +0100
commitc46913b98ff7f4db57e68113cc6b0a1a0e6c07a7 (patch)
tree2f25fc7a42bdea05f26fbc2c8625a03dda820848
parent69574697d944fa1f3d143d7e444949971dbd25ba (diff)
add req-060, req-061
-rw-r--r--requirements/catalogue/req-060.md7
-rw-r--r--requirements/catalogue/req-061.md7
2 files changed, 14 insertions, 0 deletions
diff --git a/requirements/catalogue/req-060.md b/requirements/catalogue/req-060.md
new file mode 100644
index 0000000..e9a25cb
--- /dev/null
+++ b/requirements/catalogue/req-060.md
@@ -0,0 +1,7 @@
+# req-060
+
+Schist must not allow anybody to access data at rest in any way unless that
+person is the user themselves, or the user has given permission for them to
+access the data in the salient way.
+
+Source: need-002
diff --git a/requirements/catalogue/req-061.md b/requirements/catalogue/req-061.md
new file mode 100644
index 0000000..6f21337
--- /dev/null
+++ b/requirements/catalogue/req-061.md
@@ -0,0 +1,7 @@
+# req-061
+
+Schist must not allow anybody to access its data in motion in any way unless
+that person is the user themselves, or the user has given permission for them to
+access the data in the salient way.
+
+Source: need-002