mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3009] Franz 5.4.0 not working with seccomp #1887
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#1887
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 @schferbe on GitHub (Oct 25, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3009
I'm on Archlinux
running firejail
and franz from the AUR.
After the update of franz 5.4.0 it won't start with the provided profile. If I comment out the
seccompin/etc/firejail/franz.profileit works.@rusty-snake commented on GitHub (Oct 25, 2019):
Which syscall is blocked? (syscalls.txt, firejail_seccomp_notify.sh)
@schferbe commented on GitHub (Oct 26, 2019):
But when I change
seccomptoseccomp !chrootin/etc/firejail/franz.profilestarting franz leads to the following error:Do I need the
firejail_seccomp_notify.shor is it just a script to automate the task fromsyscalls.txt?@rusty-snake commented on GitHub (Oct 26, 2019):
Nope, just an automated debuging script from me that notify you if blocked syscalls are called.
The new seccomp exception syntax is only supported in git-master. For older version use this:
@schferbe commented on GitHub (Oct 26, 2019):
That works. The new syntax is definitely nicer.