mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6592] [MERGED] feature: add --disable-sandbox-check configure flag #6084
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#6084
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6592
Author: @powerjungle
Created: 12/27/2024
Status: ✅ Merged
Merged: 1/12/2025
Merged by: @netblue30
Base:
master← Head:feat/run-firejail-in-sandbox-for-testing📝 Commits (2)
102d760chore: build: call autoreconf to match new autoconf version108327cfeature: build: add --disable-sandbox-check configure flag📊 Changes
5 files changed (+436 additions, -321 deletions)
View changed files
📝
config.mk.in(+2 -0)📝
configure(+416 -321)📝
configure.ac(+9 -0)📝
src/firejail/checkcfg.c(+7 -0)📝
src/firejail/main.c(+2 -0)📄 Description
This flag disables the code which checks whether the current instance of
firejail is running within a sandbox like LXC, chroot or firejail itself.
If we want to develop firejail inside of a sandbox, to keep the "host system"
clean of unnecessary installed dependencies and changes to the system,
we might want to force firejail to run normally, so that we can test different
profiles inside of the sandbox. This is only meant for people who are working
on the firejail code, not someone attempting to run firejail inside of a
sandbox as a user, because it needs to run as root and it can escape the
sandbox easily.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.