[PR #6851] [MERGED] docs: man: improve strace usage and add refs #6199

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6851
Author: @kmk3
Created: 8/2/2025
Status: Merged
Merged: 8/4/2025
Merged by: @kmk3

Base: masterHead: docs-man-improve-strace


📝 Commits (1)

  • 8124b11 docs: man: improve strace usage and add refs

📊 Changes

1 file changed (+17 additions, -2 deletions)

View changed files

📝 src/man/firejail.1.in (+17 -2)

📄 Description

Changes:

  • Use strace --trace=%file instead of | grep open, so that more
    path-related syscalls are traced (rather than just open*)
  • Always use strace -f to ensure that child processes are also traced
  • Add an example using firejail + strace for --private-etc
  • Improve formatting/grammar
  • Add references between commands related to strace

Added on commit 9774ab8a3 ("private-etc rework: new man page",
2023-01-25) / issue #6400.

Misc: This was noticed on #6843.


🔄 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/6851 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 8/2/2025 **Status:** ✅ Merged **Merged:** 8/4/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `docs-man-improve-strace` --- ### 📝 Commits (1) - [`8124b11`](https://github.com/netblue30/firejail/commit/8124b1143ab42ec8771e0b4e8782e53d84cb28a4) docs: man: improve strace usage and add refs ### 📊 Changes **1 file changed** (+17 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/man/firejail.1.in` (+17 -2) </details> ### 📄 Description Changes: * Use `strace --trace=%file` instead of `| grep open`, so that more path-related syscalls are traced (rather than just `open*`) * Always use `strace -f` to ensure that child processes are also traced * Add an example using firejail + strace for `--private-etc` * Improve formatting/grammar * Add references between commands related to strace Added on commit 9774ab8a3 ("private-etc rework: new man page", 2023-01-25) / issue #6400. Misc: This was noticed on #6843. --- <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:52:34 -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#6199
No description provided.