mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #206] firejail --tracelog creates empty ld.so.preload file in systems etc folder #142
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#142
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hvhaugwitz on GitHub (Jan 2, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/206
firejail --tracelog creates an empty ld.so.preload file in systems etc folder:
Is this behaviour intended?
@netblue30 commented on GitHub (Jan 3, 2016):
--tracelog requires a special /etc/ld.so.preload file in the filesystem inside the sandbox. If an existing ld.so.preload is not found, Firejail creates an empty one. Inside the sandbox, Firejail will mount the real one on top of it.
@hvhaugwitz commented on GitHub (Jan 3, 2016):
And the empty ld.so.preload file cannot be created temporally? It is a little bit weird that firejail creates permanent config files in /etc out of the blue.
@netblue30 commented on GitHub (Jan 6, 2016):
It is kind of ugly, but I don't have a solution in this moment. Cleaning up the file after the sandbox has closed is very difficult, there are some race conditions there.