mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1218] Running x9 csgo processes sandboxed #833
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#833
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 @mashiro-shiina on GitHub (Apr 14, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1218
I need to run x9 copies of csgo (from different steam accounts)
Means i need to run x9 copies of steam client
Is that possible with firejail?
Can you explain me how to make 9 "sandboxes" that would use same resources(from 1 folder) and run them in the same time? Is there any way to lower cpu load and save disk space by using same files for each sandbox?
Should i make custom profile for steam or default profile is ok?
@netblue30 commented on GitHub (Apr 17, 2017):
Quite a number of programs would not allow you to run two instances of the program in the same time. Among them you'll find firefox and chromium browsers. You can try to trick them into running multinstance, but it is specific to the program.
For Firefox is easy, you start one instance with "firejail firefox" and the second one "firejail --private firefox -no-remote". In order to do it you need to fake a new home directory (with firejail --private) and you also need some help from the program (-no-remote implemented by firefox).
So basically you are looking for some help from the program itself (steam client or csgo), fake home directories will be provided by firejail.