Skip to content

What should I put in a profile for a program to ensure it doesn't have clipboard access? #5076

Answered by rusty-snake
fury182 asked this question in Q&A
Discussion options

You must be logged in to vote

clipboard access comes and goes with access to the Wayland/X11 socket, so you can disable them

blacklist ${RUNUSER}/wayland-*
include disable-X11.inc

if you program does not need them.

Otherwise you need to run a nested server

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants