mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #933] fseccomp Error with --chroot option #635
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#635
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 @maurorappa on GitHub (Nov 22, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/933
I'm trying to use the chroot option with no luck.
First I try a standard linux chroot setup:
I create the proc directory, mount and run the uptime
I can do the same with firejail:
Now I want to use --chroot; after creating the directories dev, var/tmp and tmp,
but I get:
I'm using version 0.9.45 built from source, the binary is present /usr/local/lib/firejail/fseccomp and the related files too:
Please let me know what I'm doing wrong or if there's an issue.
Cheers
@netblue30 commented on GitHub (Nov 22, 2016):
It got broken a few days ago, I put a fix in yesterday. Give it a new try.
@maurorappa commented on GitHub (Nov 22, 2016):
I did:
how can I solve it? :)
@netblue30 commented on GitHub (Nov 22, 2016):
Two problems:
How did you compile and install it? Do ls in that directory, you should get:
@netblue30 commented on GitHub (Nov 22, 2016):
I seem to be getting the same thing as you if I delete /usr/local/lib/firejail directory:
I'll mark it as an enhancement: check $PREFIX/lib/firejail directory and stop the sandbox if is not present. Somehow, you don't have the software installed properly.
@maurorappa commented on GitHub (Nov 22, 2016):
thanks for the quick reply!
I simply did
configuremakeandmake installagain, now I havebut it seems it didn't solve my issue:
any help is appreciated :)
@chiraag-nataraj commented on GitHub (Aug 20, 2018):
@maurorappa Is this still an issue?
@chiraag-nataraj commented on GitHub (May 23, 2019):
@maurorappa I'm going to close this for now due to inactivity, but please feel free to re-open if you still have this issue.