diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-02-09 14:47:01 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-02-09 14:47:01 -0800 |
commit | 38b15e808649386fdd1996b3ce7fd6bbe83c52cf (patch) | |
tree | c5f1efbe78cfc5b4fa0e180d4f9fa494d3b623a3 | |
parent | 29d4555d04289ee22cce6e27317644db92c82b06 (diff) | |
download | teliva-38b15e808649386fdd1996b3ce7fd6bbe83c52cf.tar.gz |
flesh out sandboxing in Readme a tad
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md index 41c5e0c..6e16854 100644 --- a/README.md +++ b/README.md @@ -94,9 +94,10 @@ something sensitive. Permissions you grant a Teliva app will be _flexible_ and _easy to understand_. Browsers and mobile apps today tend to make you choose between those two properties. -Sandboxing is still in progress. It isn't yet safe to run untrusted Teliva -apps you download from the internet. (Fortunately you're unlikely to run into -any such apps.) +The sandboxing experience is still under construction. See [this talk](https://archive.org/details/akkartik-2022-01-16-fosdem) +(15 minutes) for a rundown of current thinking. It isn't yet safe to run +untrusted Teliva apps you download from the internet. (Fortunately you're +unlikely to run into any such apps.) ## Isn't this just an IDE? |