mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5524] “Error fbuilder: invalid program” when using --build #3022
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#3022
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 @bruceleerabbit on GitHub (Dec 14, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5524
Description
Running an app installer but there is no profile for the installer (nor for the app itself). Ran:
Output:
Omitting “--build=kalium.profile” is syntactically accepted, but it craps out with lots of other errors.
Steps to Reproduce
See https://github.com/wireapp/kalium/issues/1230
Expected behavior
FJ is expected to execute permissively in order to build a custom profile.
Actual behavior
“invalid program” error.
Behavior without a profile
Including
--noprofilechanges nothing.Environment
Debian stable.
firejail version 0.9.64.4
Checklist
/usr/bin/vlc) "fixes" it). UNTESTED (unsafe to run outside of firejail)https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@kmk3 commented on GitHub (Dec 14, 2022):
@bruceleerabbit on Dec 14:
Note that we do not maintain that version:
See also:
What happens with the latest released firejail version (0.9.70)?
@rusty-snake commented on GitHub (Dec 14, 2022):
I guess fbuilder fails to start
--net=vnet0.@reinerh commented on GitHub (Jan 7, 2023):
The reason is that when
--buildis specified, all other args are getting passed tofbuilder, which thinks that--foois a program to run.