[PR #4586] [MERGED] trace, tracelog: don't truncate /etc/ld.so.preload in sandbox #5195

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4586
Author: @smitsohu
Created: 9/29/2021
Status: Merged
Merged: 10/9/2021
Merged by: @netblue30

Base: masterHead: trace


📝 Commits (1)

  • 2247f58 trace, tracelog: don't truncate /etc/ld.so.preload

📊 Changes

3 files changed (+28 additions, -17 deletions)

View changed files

📝 src/firejail/firejail.h (+2 -1)
📝 src/firejail/fs_trace.c (+19 -12)
📝 src/firejail/sandbox.c (+7 -4)

📄 Description

Add support for preloaded libraries (like for example libaslrmalloc) to --trace and --tracelog options and the seccomp post-exec feature.

#4558


🔄 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/4586 **Author:** [@smitsohu](https://github.com/smitsohu) **Created:** 9/29/2021 **Status:** ✅ Merged **Merged:** 10/9/2021 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `trace` --- ### 📝 Commits (1) - [`2247f58`](https://github.com/netblue30/firejail/commit/2247f58f52802a9726fd6991d61ae1d3cdac07b6) trace, tracelog: don't truncate /etc/ld.so.preload ### 📊 Changes **3 files changed** (+28 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/firejail/firejail.h` (+2 -1) 📝 `src/firejail/fs_trace.c` (+19 -12) 📝 `src/firejail/sandbox.c` (+7 -4) </details> ### 📄 Description Add support for preloaded libraries (like for example [libaslrmalloc](https://github.com/topimiettinen/libaslrmalloc)) to `--trace` and `--tracelog` options and the `seccomp` post-exec feature. #4558 --- <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:59 -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#5195
No description provided.