[PR #4502] [MERGED] Revert "allow/deny help and man pages" #5172

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4502
Author: @kmk3
Created: 9/2/2021
Status: Merged
Merged: 9/21/2021
Merged by: @kmk3

Base: masterHead: revert-allow-deny-man


📝 Commits (2)

  • dd13595 Revert "allow/deny help and man pages"
  • 0f27981 Fix typo of "parent"

📊 Changes

5 files changed (+131 additions, -143 deletions)

View changed files

📝 src/firejail/main.c (+2 -2)
📝 src/firejail/usage.c (+16 -16)
📝 src/man/firejail-profile.txt (+49 -49)
📝 src/man/firejail.txt (+63 -75)
📝 src/zsh_completion/_firejail.in (+1 -1)

📄 Description

This reverts commit a11707ea27.

The man pages currently direct users to use the aliases instead of the
commands, which some users of firejail-git may end up doing. Example:

https://github.com/netblue30/firejail/discussions/4496

So revert the man page changes as well to avoid confusion.

Note: This is not a full revert. The commit in question also contains
some string formatting fixes on src/firejail/usage.c (related to dbus
and netmask), which are left intact.

Relates to #4410.


🔄 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/4502 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 9/2/2021 **Status:** ✅ Merged **Merged:** 9/21/2021 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `revert-allow-deny-man` --- ### 📝 Commits (2) - [`dd13595`](https://github.com/netblue30/firejail/commit/dd13595b80dccffd2f67288f2b79cb69bb8dfc99) Revert "allow/deny help and man pages" - [`0f27981`](https://github.com/netblue30/firejail/commit/0f27981d728d9c8449ac38f79a7c168f8be1cf19) Fix typo of "parent" ### 📊 Changes **5 files changed** (+131 additions, -143 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/main.c` (+2 -2) 📝 `src/firejail/usage.c` (+16 -16) 📝 `src/man/firejail-profile.txt` (+49 -49) 📝 `src/man/firejail.txt` (+63 -75) 📝 `src/zsh_completion/_firejail.in` (+1 -1) </details> ### 📄 Description This reverts commit a11707ea273e5665047f8a7d9387ba07f08d72f6. The man pages currently direct users to use the aliases instead of the commands, which some users of firejail-git may end up doing. Example: https://github.com/netblue30/firejail/discussions/4496 So revert the man page changes as well to avoid confusion. Note: This is not a full revert. The commit in question also contains some string formatting fixes on src/firejail/usage.c (related to dbus and netmask), which are left intact. Relates to #4410. --- <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:33:37 -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#5172
No description provided.