summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2025-02-27 11:08:24 -0500
committerJohn Turner <jturner.usa@gmail.com>2025-02-27 11:08:24 -0500
commit9bed3001674dcf9aaf28bb343b5fae187c5a4c41 (patch)
treebe5f8e62d963bbc488a20b543160d32ec11d0c6f
parent00998d2b3d4e388d463788b7ad049322d49d2a70 (diff)
downloadwayland-sandbox-9bed3001674dcf9aaf28bb343b5fae187c5a4c41.tar.gz
add README.md
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..90ce8d3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# wayland-sandbox
+
+A trivial program to create a wayland security context.
+
+It works by creating a unix socket, setting it to listen, and registering the socket with the
+wayland security context API.
+
+This program is does not create a sandbox on its own, and should be used in combination
+with bwrap or similar utils.