mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4185] Enhancement. we need secure memory zone for started apps #2571
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#2571
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 @osevan on GitHub (Apr 13, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4185
https://www.phoronix.com/scan.php?page=news_item&px=memfd_secret-Secret-Linux-RAM
New syscall is available for new kernel.
@rusty-snake commented on GitHub (Apr 13, 2021):
For what is it good? Can you explain more details what you think. How should it look like (
--secmem=5,512fd=5, 512mb) and how it should work? Why does the sandboxed program create these zone not by itself? How does it help to sandbox the program?Will still take some time until users get this.
@osevan commented on GitHub (Apr 13, 2021):
I thought, when secret memory reserved somewhere by firejail sandbox,other sandbox process cannot access in nemory each other.
....
@rusty-snake commented on GitHub (Apr 14, 2021):
And then we LD_PRELOAD a
mallocthat uses this secure memory?The sandbox protects the system from bad actions inside the sandbox. There is no protection for the sandbox.
@rusty-snake commented on GitHub (Aug 4, 2021):
As long as nobody can say how we can use this, I close here.