mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6619] build: building with --disable-sandbox-check breaks tests #3313
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#3313
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 (Jan 16, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6619
Description
Building with
--disable-sandbox-checkbreaks the following tests:Steps to Reproduce
From
test_main:test_main build errors
From
test_environment:test_environment build errors
Environment
uname -srm):Linux 6.5.0-1025-azure #26~22.04.1-Ubuntu SMP Thu Jul 11 22:33:04 UTC 2024 x86_64Ubuntu 22.04.5 LTS
Arch Linux): ?
git rev-parse HEAD):a53de4926bRelates to:
@powerjungle commented on GitHub (Jan 19, 2025):
Oh sorry, I totally forgot about the tests, my bad! 😓 I assumed that when the pull request tests pass, it's fine, but apparently not. I should've looked into it beforehand. I'll take a look now if I can contribute anything since my PR broke them.
@kmk3 commented on GitHub (Jan 20, 2025):
--disable-sandbox-checkmodifies the source code, so a CI job would have toexplicitly build firejail with such a configuration in order to check whether
it passes the tests.
It would be nice to have a CI job for it, though there are many PRs open
already and I have a WIP branch that touches on related CI code, so please
avoid opening a PR for this for now.
Besides the tests themselves, it's unclear to me if there are potential
security implications when using
--disable-sandbox-check.Could you look into it and see if/how it relates to the failed tests?
@powerjungle commented on GitHub (Jan 20, 2025):
I will look into it a bit deeper, but like I said in the PR introducing the argument, the reason I wanted it, was to develop and test firejail inside of a sandbox. I wouldn't want anyone to use it in production like that.