]> jturnerusa.dev Git - wayland-sandbox/commitdiff
add README.md
authorJohn Turner <jturner.usa@gmail.com>
Thu, 27 Feb 2025 16:08:24 +0000 (11:08 -0500)
committerJohn Turner <jturner.usa@gmail.com>
Thu, 27 Feb 2025 16:08:24 +0000 (11:08 -0500)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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.