[PR #695] [MERGED] Busybox workaround + expand ${PATH} macro in noblacklist entries #3720

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/695
Author: @manevich
Created: 8/9/2016
Status: Merged
Merged: 8/10/2016
Merged by: @netblue30

Base: masterHead: busybox-01


📝 Commits (2)

  • 1b19e52 workaround for systems where common UNIX utilities are symlinks to busybox
  • 9834016 expand ${PATH} macro in noblacklist entries

📊 Changes

5 files changed (+79 additions, -7 deletions)

View changed files

📝 Makefile.in (+2 -1)
📝 configure (+19 -0)
📝 configure.ac (+10 -0)
📝 mketc.sh (+14 -0)
📝 src/firejail/fs.c (+34 -6)

📄 Description

  • Workaround for systems where common UNIX utilities are symlinks to busybox.
    Aside of embedded, this includes Alpine Linux, for example.
  • Expand ${PATH} macro in noblacklist entries.
    My busybox workaround depends on this.

🔄 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/695 **Author:** [@manevich](https://github.com/manevich) **Created:** 8/9/2016 **Status:** ✅ Merged **Merged:** 8/10/2016 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `busybox-01` --- ### 📝 Commits (2) - [`1b19e52`](https://github.com/netblue30/firejail/commit/1b19e521c4f007e16010e1c935bc4392bd333145) workaround for systems where common UNIX utilities are symlinks to busybox - [`9834016`](https://github.com/netblue30/firejail/commit/9834016feaa57d08d5719def13cf302086957d2e) expand ${PATH} macro in noblacklist entries ### 📊 Changes **5 files changed** (+79 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.in` (+2 -1) 📝 `configure` (+19 -0) 📝 `configure.ac` (+10 -0) 📝 `mketc.sh` (+14 -0) 📝 `src/firejail/fs.c` (+34 -6) </details> ### 📄 Description - Workaround for systems where common UNIX utilities are symlinks to busybox. Aside of embedded, this includes Alpine Linux, for example. - Expand `${PATH}` macro in `noblacklist` entries. My busybox workaround depends on this. --- <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:06:39 -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#3720
No description provided.