mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #66] [MERGED] Add seccomp errno filter support #3531
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#3531
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/66
Author: @wader
Created: 9/23/2015
Status: ✅ Merged
Merged: 9/26/2015
Merged by: @netblue30
Base:
master← Head:seccomp-errno📝 Commits (1)
081d1fbAdd seccomp errno filter support📊 Changes
8 files changed (+393 additions, -38 deletions)
View changed files
➕
src/firejail/errno.c(+214 -0)📝
src/firejail/firejail.h(+8 -1)📝
src/firejail/main.c(+43 -0)📝
src/firejail/sandbox.c(+2 -0)📝
src/firejail/seccomp.c(+110 -34)📝
src/firejail/syscall.c(+3 -3)📝
src/man/firejail.txt(+9 -0)➕
src/tools/extract_errnos.sh(+4 -0)📄 Description
No tests yet. Tried to get the existing tests running without much success :(
Would users like to mix errno and black/white -lists? i currently only need errno filter and default allow.
Tried to keep same code style, hope it is ok.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.