I'm assuming that the way X11 works, there was no way to split the clipboard permission into read and write permissions.
But on the off change that there is a way, could this be improved by either supporting additional keys:
- clipboard-read
- clipboard-write
or by having the existing clipboard key support additional values
- read, write, read-write
- r, w, rw
If that is not possible due to X11, then disregard / close this issue. But if it is, it would be a great addition. This is my main use case for sandboxing (ie preventing the sandboxed app from reading the clipboard, but still being able to write to it).
I'm assuming that the way X11 works, there was no way to split the
clipboardpermission into read and write permissions.But on the off change that there is a way, could this be improved by either supporting additional keys:
or by having the existing
clipboardkey support additional valuesIf that is not possible due to X11, then disregard / close this issue. But if it is, it would be a great addition. This is my main use case for sandboxing (ie preventing the sandboxed app from reading the clipboard, but still being able to write to it).