mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3283] Viber - how to disable clipboard? #2060
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2060
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @svc88 on GitHub (Mar 18, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3283
Using Viber Desktop on Ubuntu 18.04, but want to disable any clipboard activity it has access to. How do i do that?
PS: Also, It would actually be nice if i could turn this on on-demand, but i doubt i can do that without restarting the app can i?
@rusty-snake commented on GitHub (Mar 18, 2020):
https://firejail.wordpress.com/documentation-2/x11-guide/
looks like Xpra can do this at runtime.
@svc88 commented on GitHub (Mar 18, 2020):
@rusty-snake is there no other way to disallow clipboard by blacklisting something in its .local file?
@rusty-snake commented on GitHub (Mar 18, 2020):
Unfortunately no, the clipboard is not implemented via files, it uses the X11/Wayland socket.
@svc88 commented on GitHub (Mar 18, 2020):
Ok so say i do as in example from the documentation you sent me:
$ firejail --x11=xpra --net=eth0 program-and-arguments
or
$ firejail --x11=xephyr --net=eth0 program-and-arguments
Is --net=eth0 necessary to use? Wont it use the default network adapter if i dont specify?
@rusty-snake commented on GitHub (Mar 21, 2020):
It is more comfortable to run a wm like openbox in the X server (as described below). but otherwise it is true so far.
If you have an abstract X socket it would be still accessible, so a malicious program maybe could still access you clipboard (or firejail will give you an error about that).
@rusty-snake commented on GitHub (May 6, 2020):
I'm closing here due to inactivity, please fell free to reopen if you have more questions.
@milahu commented on GitHub (May 7, 2022):
jdownloader can escape this. it still has access to my clipboard (and creates its own tray icon)
firejail --profile=jdownloader --x11=xpra java -jar JDownloader.jarrelated https://github.com/netblue30/firejail/issues/875#issuecomment-257095247
firejail --x11=xorgfails withno authorization protocol specifiedsimilar to #1741 #3627 #4105