[PR #1209] [MERGED] --quiet fixes #3883

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/1209
Author: @startx2017
Created: 4/10/2017
Status: Merged
Merged: 4/12/2017
Merged by: @netblue30

Base: masterHead: master


📝 Commits (1)

📊 Changes

10 files changed (+332 additions, -289 deletions)

View changed files

📝 src/fcopy/main.c (+296 -281)
📝 src/firejail/join.c (+3 -2)
📝 src/firejail/sbox.c (+5 -0)
📝 src/fnet/fnet.h (+3 -0)
📝 src/fnet/interface.c (+4 -2)
📝 src/fnet/main.c (+5 -0)
📝 src/fseccomp/fseccomp.h (+3 -0)
📝 src/fseccomp/main.c (+5 -0)
📝 src/fseccomp/protocol.c (+4 -2)
📝 src/fseccomp/syscall.c (+4 -2)

📄 Description

Several fixes for --quiet:

  • firejail/join.c - fix issue #1203
  • firejail/sbox.c - export FIREJAIL_QUIET env variable to signal --quiet
  • fseccomp, fnet, fcopy - --quiet support based on FIREJAIL_QUIET env variable
  • fcopy - code formating

🔄 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/1209 **Author:** [@startx2017](https://github.com/startx2017) **Created:** 4/10/2017 **Status:** ✅ Merged **Merged:** 4/12/2017 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b05f7f3`](https://github.com/netblue30/firejail/commit/b05f7f3bd9d0264a6e143e10269e3eca5416b048) --quiet fixes ### 📊 Changes **10 files changed** (+332 additions, -289 deletions) <details> <summary>View changed files</summary> 📝 `src/fcopy/main.c` (+296 -281) 📝 `src/firejail/join.c` (+3 -2) 📝 `src/firejail/sbox.c` (+5 -0) 📝 `src/fnet/fnet.h` (+3 -0) 📝 `src/fnet/interface.c` (+4 -2) 📝 `src/fnet/main.c` (+5 -0) 📝 `src/fseccomp/fseccomp.h` (+3 -0) 📝 `src/fseccomp/main.c` (+5 -0) 📝 `src/fseccomp/protocol.c` (+4 -2) 📝 `src/fseccomp/syscall.c` (+4 -2) </details> ### 📄 Description Several fixes for --quiet: * firejail/join.c - fix issue #1203 * firejail/sbox.c - export FIREJAIL_QUIET env variable to signal --quiet * fseccomp, fnet, fcopy - --quiet support based on FIREJAIL_QUIET env variable * fcopy - code formating --- <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:09:42 -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#3883
No description provided.