mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1336] Taking XAUTHORITY out of --x11=xorg sandbox? #916
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#916
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 @l29ah on GitHub (Jun 14, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1336
Sometimes when i run stuff in --x11=xorg sandbox i want to operate on the clipboard/mouse selection of the sandboxed app. AFAIK, this means i need to use its Xauthority file, say, with xclip(1) or xsel(1). What would be the proper way to get it/adjust firejail to publish it? If i understand the code right, now the file exists only in the private namespace of the sandboxed app.
@chiraag-nataraj commented on GitHub (Jun 14, 2017):
You probably want to use
xprainstead - it has options to share the clipboard as well as tons of other things.@l29ah commented on GitHub (Jun 14, 2017):
On Wed, Jun 14, 2017 at 08:02:40AM -0700, ಚಿರಾಗ್ ನಟರಾಜ್ wrote:
xpra is quite slow even with mmap and disabled compression.
--
() ascii ribbon campaign - against html mail
/\ http://arc.pasp.de/ - against proprietary attachments
@chiraag-nataraj commented on GitHub (Jun 15, 2017):
I suppose @netblue30 could add a flag to copy over the .Xauthority...?
@netblue30 commented on GitHub (Jun 18, 2017):
I'll look into it.
@chiraag-nataraj commented on GitHub (Aug 20, 2018):
I don't know if this fixes it, but you can probably use
firejail --get=<pid> /path/to/.Xauthority?