mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3206] Can applications still take a screenshot if the application is sanboxed? #2006
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#2006
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 @Joe23232 on GitHub (Feb 7, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3206
If I sandbox an application, can the application take a screenshot of my desktop or something?
@jonleivent commented on GitHub (Feb 7, 2020):
See:
https://firejail.wordpress.com/documentation-2/x11-guide/
The short answer is: this is not prevented by default settings, but it can be prevented.
@rusty-snake commented on GitHub (Feb 8, 2020):
Wayland: #3148
@heinrich5991 commented on GitHub (Feb 15, 2020):
@jonleivent The link is named after the correct target, but if you click it, you go somewhere else.
@jonleivent commented on GitHub (Feb 15, 2020):
@heinrich5991 That's a strange effect! All I did was paste the link. I'll try again with markdown:
https://firejail.wordpress.com/documentation-2/x11-guide/
@jonleivent commented on GitHub (Feb 15, 2020):
It did it again. That's truly strange. Will it do it as quoted text?:
@jonleivent commented on GitHub (Feb 15, 2020):
OK - that worked.
@rusty-snake commented on GitHub (Feb 16, 2020):
Without the
[and the](url)it works. Original:@jonleivent commented on GitHub (Feb 16, 2020):
BTW - I think --x11=xorg, when the app can handle it, is sufficent to screenshooting. It doesn't prevent as much potential X spying as xephyr or xpra, though. Also, an attempt to do screenshooting with --x11=xorg will generate an X11 error for the app, while with xephyr and xpra the app will take a picture of its restricted screen.
@rusty-snake commented on GitHub (Feb 22, 2020):
I'm closing here because the question is answered.