mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4067] Running the program many times #2526
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#2526
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 @haxhash on GitHub (Mar 7, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4067
I am interested in a survey of how I can run one and the same program many times with the help of FireJail, as separate sessions.
When I try to do it with stimulus, I get this:
How to fix this or otherwise solve this problem.
@reinerh commented on GitHub (Mar 8, 2021):
You need to tighten the profile more (disallow stuff like dbus) and probably use private home directories (as they might store some state in ~/.steam).
@rusty-snake commented on GitHub (Mar 8, 2021):
@c3zs4r that's nothing that is official supported by firejail it is a side-effect of the isolation from the sandbox, so that the sandboxed program does not know/see other instances. What @reinerh says is that this required more isolation then the default steam.profile (e.g.
dbus-user none,dbus-system none,private ${HOME}/.steam-session1, ...).