You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
or by having the existing
clipboard
key 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).
The text was updated successfully, but these errors were encountered: