mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2283] "firejail --help" behavior after clean installation #1522
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#1522
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 @tobwen on GitHub (Nov 29, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2283
Background
firejail got installed on a clean Debian Stretch system using
make install-stripExpected behavior
firejail --helpshould show help.Current behavior
firejail --helpdirectly starts firejail and exists it.Workaround
firejail --help --to reach help for the first time. After that,firejail --helpworks as expected.Comments
Perhaps there's something missing in the Makefile?
@Vincent43 commented on GitHub (Nov 29, 2018):
Try installing firejail from Debian Stretch backports: https://packages.debian.org/stretch-backports/firejail
@tobwen commented on GitHub (Nov 29, 2018):
Sure, the backport works (I used it before on my old system, but wanted to try a more recent version).
Sine it works after using the workaround once, I thought there's only a small part missing in the Makefile, which "initializes" something for the first time.
@SkewedZeppelin commented on GitHub (Nov 29, 2018):
I just did a fresh install of Debian 9.6 into a VM and then installed firejail from git.
Was unable to reproduce.
firejail --helpworked on the first run, no issue.More exact steps:
apt update && apt upgradeapt install build-essentialgit clone https://github.com/netblue30/firejail.git./configure && makesudo make install-stripfirejail --help#worked fine@tobwen commented on GitHub (Nov 29, 2018):
My workflow is similar:
I'll close this for now, maybe I did something very wrong. Thanks for trying :-)