about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-12-25 09:05:32 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-12-25 09:05:32 -0800
commit76677dbd6f1dd7ba07d323ef2191f7f972856908 (patch)
tree9eea7adea9da4db6c25473fdd5f671a4fc60248f
parent46d4438cc4409ab648409bc6dcfdc4eb965a420d (diff)
downloadteliva-76677dbd6f1dd7ba07d323ef2191f7f972856908.tar.gz
sandbox: UX
-rw-r--r--sandboxing/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/sandboxing/README.md b/sandboxing/README.md
index 3c74dbd..341cd82 100644
--- a/sandboxing/README.md
+++ b/sandboxing/README.md
@@ -41,7 +41,9 @@ Difficulty levels
   3. Seems unlikely to be doable.
 
 UX:
-  * easily visualize how secure a configuration is.
+  * distinguish what Teliva can do, what the app can do, and Teliva's ability
+    to police the app.
+  * easily visualize Teliva's ability to police an app.
     - maybe show a lock in halves; left half = file system, right half =
       network. One half unlocked = orange. Both unlocked = red.