mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1324] seccomp.keep fails on Arch #906
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#906
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 @tsankuanglee on GitHub (May 31, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1324
I'm getting this on Arch. I wonder whether it's an Arch only problem.
@netblue30 commented on GitHub (Jun 1, 2017):
seccomp.keep lines are usually very large. A simple /bin/bash session will get you around 50 syscalls, while a regular GUI program is over 100 - you have an example here: https://github.com/netblue30/firejail/issues/1323
Also, read this document: https://firejail.wordpress.com/documentation-2/seccomp-guide/. Is not as up to date as it should be, but it will get you started.
@tsankuanglee commented on GitHub (Jun 5, 2017):
Thanks a lot for the link. I had actually read that post before posting. The problem here is that it fails on Arch regardless what's given to seccomp.keep .
@netblue30 commented on GitHub (Jun 5, 2017):
Run a sandbox and use --debug to print out the debug messages, and put the output here.
@tsankuanglee commented on GitHub (Jun 22, 2017):
Sorry for the late reply. Here's the output. (environment is the same)