[PR #4559] [MERGED] Add ld.so.preload to all private-etc lines #5183

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4559
Author: @rusty-snake
Created: 9/18/2021
Status: Merged
Merged: 9/24/2021
Merged by: @netblue30

Base: masterHead: private-etc_ld.so.preload


📝 Commits (1)

  • d8d97ac Add ld.so.preload to all private-etc lines

📊 Changes

235 files changed (+235 additions, -235 deletions)

View changed files

📝 etc/profile-a-l/abiword.profile (+1 -1)
📝 etc/profile-a-l/agetpkg.profile (+1 -1)
📝 etc/profile-a-l/alacarte.profile (+1 -1)
📝 etc/profile-a-l/anki.profile (+1 -1)
📝 etc/profile-a-l/aria2c.profile (+1 -1)
📝 etc/profile-a-l/arm.profile (+1 -1)
📝 etc/profile-a-l/artha.profile (+1 -1)
📝 etc/profile-a-l/atool.profile (+1 -1)
📝 etc/profile-a-l/atril.profile (+1 -1)
📝 etc/profile-a-l/authenticator-rs.profile (+1 -1)
📝 etc/profile-a-l/authenticator.profile (+1 -1)
📝 etc/profile-a-l/balsa.profile (+1 -1)
📝 etc/profile-a-l/bibletime.profile (+1 -1)
📝 etc/profile-a-l/bitwarden.profile (+1 -1)
📝 etc/profile-a-l/bless.profile (+1 -1)
📝 etc/profile-a-l/blobby.profile (+1 -1)
📝 etc/profile-a-l/blobwars.profile (+1 -1)
📝 etc/profile-a-l/bsdtar.profile (+1 -1)
📝 etc/profile-a-l/cameramonitor.profile (+1 -1)
📝 etc/profile-a-l/cawbird.profile (+1 -1)

...and 80 more files

📄 Description

Command:

sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \
    $(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \
    && python3 contrib/sort.py etc/profile-*/*

🔄 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/4559 **Author:** [@rusty-snake](https://github.com/rusty-snake) **Created:** 9/18/2021 **Status:** ✅ Merged **Merged:** 9/24/2021 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `private-etc_ld.so.preload` --- ### 📝 Commits (1) - [`d8d97ac`](https://github.com/netblue30/firejail/commit/d8d97acbd972cfe288074f6378fac6031b7caf65) Add ld.so.preload to all private-etc lines ### 📊 Changes **235 files changed** (+235 additions, -235 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/abiword.profile` (+1 -1) 📝 `etc/profile-a-l/agetpkg.profile` (+1 -1) 📝 `etc/profile-a-l/alacarte.profile` (+1 -1) 📝 `etc/profile-a-l/anki.profile` (+1 -1) 📝 `etc/profile-a-l/aria2c.profile` (+1 -1) 📝 `etc/profile-a-l/arm.profile` (+1 -1) 📝 `etc/profile-a-l/artha.profile` (+1 -1) 📝 `etc/profile-a-l/atool.profile` (+1 -1) 📝 `etc/profile-a-l/atril.profile` (+1 -1) 📝 `etc/profile-a-l/authenticator-rs.profile` (+1 -1) 📝 `etc/profile-a-l/authenticator.profile` (+1 -1) 📝 `etc/profile-a-l/balsa.profile` (+1 -1) 📝 `etc/profile-a-l/bibletime.profile` (+1 -1) 📝 `etc/profile-a-l/bitwarden.profile` (+1 -1) 📝 `etc/profile-a-l/bless.profile` (+1 -1) 📝 `etc/profile-a-l/blobby.profile` (+1 -1) 📝 `etc/profile-a-l/blobwars.profile` (+1 -1) 📝 `etc/profile-a-l/bsdtar.profile` (+1 -1) 📝 `etc/profile-a-l/cameramonitor.profile` (+1 -1) 📝 `etc/profile-a-l/cawbird.profile` (+1 -1) _...and 80 more files_ </details> ### 📄 Description Command: ```bash sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \ $(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \ && python3 contrib/sort.py etc/profile-*/* ``` --- <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:47 -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#5183
No description provided.