mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #157] opsec: Wipe tmpfs on program exit #107
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#107
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 @ghost on GitHub (Nov 25, 2015).
Original GitHub issue: https://github.com/netblue30/firejail/issues/157
An option to wipe files created by the user, on tmpfs filesystems, to avoid leaving traces in memory. Or wipe the whole tmpfs, because then also "normally" deleted files will be wiped.
Also disable swapping to HDD (--private-dev seems to already be doing this, but maybe make it explicit).
@netblue30 commented on GitHub (Nov 26, 2015):
I cannot find any way to disable swap memory for tmpfs. The only way to do it is to disable swapping for all the system.
The filesystem of the processes running in the sandbox is exposed in /proc/PID/root to anybody already inside the system with enough privileges. /proc also exposes the memory of the running processes. I'll have to reject it for now, until some idea how to do it comes along.