mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1752] spectre #1187
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#1187
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 @HotelBellaMuerte on GitHub (Jan 26, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1752
does firejail need be rebuild with antispectre flags
@netblue30 commented on GitHub (Jan 27, 2018):
What flags do we need to add?
@SkewedZeppelin commented on GitHub (Jan 27, 2018):
@netblue30 I think @bn0785ac is referencing the GCC retpoline patches (each different links), they seem to have been merged into GCC 7.3 and add a new
-mindirect-branch={keep/thunk/thunk-inline/thunk-extern}flag. It mitigates against Spectre variant 2.@SkewedZeppelin commented on GitHub (Mar 24, 2018):
Added in
e3f64f751e@netblue30 commented on GitHub (Mar 24, 2018):
Thanks @SkewedZeppelin - is there anything else besides -mindirect-branch? I'll try to play with llvm compiler (clang), I'm not sure if anybody is using it.
@SkewedZeppelin commented on GitHub (Mar 25, 2018):
LLVM added a
-mretpolineoption detailed here https://reviews.llvm.org/D41723@netblue30 commented on GitHub (Mar 27, 2018):
Thanks, I'll put the fix in for clang also.
@chiraag-nataraj commented on GitHub (Sep 28, 2018):
@netblue30 any reason this is still open?
@chiraag-nataraj commented on GitHub (May 19, 2019):
Closing because the main fix has already been put in.