diff options
author | John Turner <jturner.usa@gmail.com> | 2025-07-10 17:40:44 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-07-10 17:40:44 -0400 |
commit | 322b8810ae4b57a75ddcebb654dfb6753c1a8390 (patch) | |
tree | f4c590f95430e80155a890b64d1a47af1d6c2bce | |
parent | e2d5f997303f528434180ea4c6d6ee94956d9436 (diff) | |
download | wayland-sandbox-322b8810ae4b57a75ddcebb654dfb6753c1a8390.tar.gz |
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,5 +5,5 @@ 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 +This program does not create a sandbox on its own, and should be used in combination with bwrap or similar utils. |