mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2768] join-or-start on multi-user systems #1738
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#1738
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 @SkewedZeppelin on GitHub (Jun 13, 2019).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2768
join-or-start breaks programs when currently running under another user.
Example:
I know firejail has been primarily designed for single-user systems, but join-or-start should simply only attempt to join a sandbox owned by the current user and never attempt to join that of another user.
@b-misc commented on GitHub (Nov 5, 2019):
I can confirm that behaviour and due to #1391 I find myself now forced to switch between two bad options on this multi-user system:
either I use join-or-start breaking several users working the same time on the same machine using the same applications
or I use ignore join-or-start breaking ability to start another instance of an application for the same user (see #1391)