mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1767] private-etc line breaks graphics driver in Firefox and Tor browser #1196
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#1196
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 @ghost on GitHub (Feb 7, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1767
@SkewedZeppelin commented on GitHub (Feb 8, 2018):
I cannot reproduce this. Are you using mesa (i915/amdgpu/radeon/nouveau)? or the proprietary NVIDIA driver?
@netblue30 commented on GitHub (Feb 19, 2018):
There seem to be an /etc/drirc file, maybe this is the one creating the problem. They talk about it here: https://dri.freedesktop.org/wiki/ConfigurationInfrastructure/
Add it to private-etc and give it a try, thanks.
@smitsohu commented on GitHub (Feb 26, 2018):
@rekixex If you add
ld.so.cacheto the private-etc line, does it work again?@SkewedZeppelin commented on GitHub (Feb 27, 2018):
@rekixex added
although I think hardware acceleration is disabled in TBB for security
@SkewedZeppelin commented on GitHub (Feb 27, 2018):
@rekixex see
63d455fbe6@smitsohu commented on GitHub (Feb 27, 2018):
@rekixex Thanks for reporting!