blob: 90ce8d30a87c0e37cca9fbec0d684d88315b6e4f (
plain)
1
2
3
4
5
6
7
8
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.
|