What should I put in a profile for a program to ensure it doesn't have clipboard access? #5076
-
What should I put in a profile for a program to ensure it doesn't have clipboard access? Is this doable? I'm on plain vanilla Ubuntu 20.04 LTS. Thanks! Relates to: |
Beta Was this translation helpful? Give feedback.
Answered by
rusty-snake
Mar 27, 2022
Replies: 1 comment
-
clipboard access comes and goes with access to the Wayland/X11 socket, so you can disable them
if you program does not need them. Otherwise you need to run a nested server
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rusty-snake
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clipboard access comes and goes with access to the Wayland/X11 socket, so you can disable them
if you program does not need them.
Otherwise you need to run a nested server