mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
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#2095
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 @ghost on GitHub (Apr 10, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3341
With commit
0f18c1bb2cI'm seeing lots offseccomp does not existerrors. See output below from trying to run liferea, but it happens with all the profiles AFAICT.Side-note: I used to include
profstatsin my PKGBUILD on Arch, but that's not being found in etc/profstats anymore it seems - might be unrelated.UPDATE: also creates CI breakage, as reported in
0f18c1bb2c (r38412184)@ghost commented on GitHub (Apr 10, 2020):
40ec825b6bdidn't change anything. For me the build from git master is still broken with the exact same errors. Reopening.@hautecodure commented on GitHub (Apr 11, 2020):
Noticed the same issue, after a bit of digging around, found that the issue is in the
Makefilegenerated in root.As you can see the variable (specifically
HAVE_SECCOMP) is being used prior to being assigned, thus it would always fail. I moved the entire block at the top of theMakefileand everything build as expected.@topimiettinen commented on GitHub (Apr 11, 2020):
OK, I'll make a fix.