[PR #3569] [MERGED] seccomp: logging #4814

Closed
opened 2026-05-05 10:27:03 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/3569
Author: @topimiettinen
Created: 8/5/2020
Status: Merged
Merged: 8/12/2020
Merged by: @startx2017

Base: masterHead: seccomp-log


📝 Commits (1)

📊 Changes

10 files changed (+25 additions, -12 deletions)

View changed files

📝 etc/firejail.config (+1 -1)
📝 src/firejail/checkcfg.c (+2 -0)
📝 src/firejail/firejail.h (+1 -1)
📝 src/firejail/main.c (+2 -0)
📝 src/firejail/profile.c (+2 -0)
📝 src/firejail/usage.c (+2 -1)
📝 src/fseccomp/main.c (+3 -1)
📝 src/include/seccomp.h (+1 -1)
📝 src/man/firejail-profile.txt (+4 -2)
📝 src/man/firejail.txt (+7 -5)

📄 Description

Allow log as an alternative seccomp error action instead of killing
or returning an errno code.

Signed-off-by: Topi Miettinen toiwoton@gmail.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/3569 **Author:** [@topimiettinen](https://github.com/topimiettinen) **Created:** 8/5/2020 **Status:** ✅ Merged **Merged:** 8/12/2020 **Merged by:** [@startx2017](https://github.com/startx2017) **Base:** `master` ← **Head:** `seccomp-log` --- ### 📝 Commits (1) - [`262e651`](https://github.com/netblue30/firejail/commit/262e6517dbc1c97ab31a27376aeba1af1fe3ca4a) seccomp: logging ### 📊 Changes **10 files changed** (+25 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `etc/firejail.config` (+1 -1) 📝 `src/firejail/checkcfg.c` (+2 -0) 📝 `src/firejail/firejail.h` (+1 -1) 📝 `src/firejail/main.c` (+2 -0) 📝 `src/firejail/profile.c` (+2 -0) 📝 `src/firejail/usage.c` (+2 -1) 📝 `src/fseccomp/main.c` (+3 -1) 📝 `src/include/seccomp.h` (+1 -1) 📝 `src/man/firejail-profile.txt` (+4 -2) 📝 `src/man/firejail.txt` (+7 -5) </details> ### 📄 Description Allow `log` as an alternative seccomp error action instead of killing or returning an errno code. Signed-off-by: Topi Miettinen <toiwoton@gmail.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:27:03 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#4814
No description provided.