mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #7009] feature: add --allow-bwrap command / fbwrap program #3451
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#3451
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 @kmk3 on GitHub (Dec 30, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/7009
Issue created to track the addition of the
--allow-bwrapcommand, whichenables the new
fbwrapprogram.fbwrapis a dummy bwrap-compatible executable that just runs the applicationdirectly in order to work around the breakage caused by
bwrapbeing called byglycin 2.0.0 via gdk-pixbuf2.
Related commits:
411b97fdc("profile fixes: allow bwrap inside the sandbox", 2025-12-18)33d07c232("bwrap replacement - part 1", 2025-12-18)890b578bf("bwrap replacement - part2", 2025-12-18)8c14d83f3("bwrap replacement - part3", 2025-12-18)180e3f464("bwrap replacement - part4", 2025-12-18)05b9d88da("bwrap replacement - part5", 2025-12-18)a98a1d281("bwrap replacement - part 6 - allow /lib/libexec", 2025-12-20)a723510c2("bwrap replacement - part 7 - --allow-bwrap option", 2025-12-22)6cf8a5454("bwrap replacement - part 8 - fixes", 2025-12-22)27c5724d3("bwrap replacement - part 9 - allow-bwrap profile command", 2025-12-29)3ae2b5a5c("fix whitespace (fbwrap)", 2025-12-28)Relates to #6906.