[PR #4950] [MERGED] man.profile: remove read-only tmp to fix mandoc #5307

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4950
Author: @kmk3
Created: 2/16/2022
Status: Merged
Merged: 2/16/2022
Merged by: @reinerh

Base: masterHead: fix-man-mandoc


📝 Commits (1)

  • 79d381d man.profile: remove read-only tmp to fix mandoc

📊 Changes

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

View changed files

📝 etc/profile-m-z/man.profile (+1 -1)

📄 Description

Having read-only /tmp yields the following:

$ man ls
[...]
man: /usr/share/man/man1/ls.1.gz: SYSERR: mkstemp: /tmp/man.XXXXxxxxxx: Read-only file system
[...]

It also causes the pager (e.g.: less(1)) to not be called, which means
that the entire man page is just printed all at once on the terminal.

Environment: mandoc 1.14.6-1 on Artix Linux.

Fixes #4927.

Reported-by: @hyder365


🔄 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/4950 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 2/16/2022 **Status:** ✅ Merged **Merged:** 2/16/2022 **Merged by:** [@reinerh](https://github.com/reinerh) **Base:** `master` ← **Head:** `fix-man-mandoc` --- ### 📝 Commits (1) - [`79d381d`](https://github.com/netblue30/firejail/commit/79d381d5a72033bc670918a958875a0b9bcbc6b1) man.profile: remove read-only tmp to fix mandoc ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-m-z/man.profile` (+1 -1) </details> ### 📄 Description Having `read-only /tmp` yields the following: $ man ls [...] man: /usr/share/man/man1/ls.1.gz: SYSERR: mkstemp: /tmp/man.XXXXxxxxxx: Read-only file system [...] It also causes the pager (e.g.: less(1)) to not be called, which means that the entire man page is just printed all at once on the terminal. Environment: mandoc 1.14.6-1 on Artix Linux. Fixes #4927. Reported-by: @hyder365 --- <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:36: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#5307
No description provided.