mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3247] discord 0.10 seccomp #2036
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#2036
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 @arrowgent on GitHub (Feb 25, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3247
latest discord update breaks the discord-common.profile
launching with
firejail --ignore=seccomp discordfixes the issue...
however, this disables seccomp
this must be related to recent updates in chromium/electron releases....
it doesnt help i cant find any discord release notes anywhere....
not going to join their discord for a release note/changelog...
@oxplay2 commented on GitHub (Feb 26, 2020):
we have problem with Discord (recent update too):
/usr/share/Modules/init/bash: line 36: /usr/bin/tclsh: There is no such file or directory
Command: firejail --profile="Discord" --whitelist="/usr/bin/tclsh" /opt/Discord/Discord
Don't resolve problem.
@rusty-snake commented on GitHub (Feb 27, 2020):
@arrowgent to find the blocked syscall:
journalctl --grep=SECCOMPLikely it is chroot (161), then try with
firejail '--seccomp=!chroot' discord@oxplay2 can you try
firejail --private-bin=tclsh discord@oxplay2 commented on GitHub (Feb 28, 2020):
@rusty-snake
it helped with previous error.
But it still doesnt work (with no specific error)
@rusty-snake commented on GitHub (Feb 28, 2020):
@oxplay2 anything in the journal? Does it work with
--noprofile?@oxplay2 commented on GitHub (Feb 29, 2020):
@rusty-snake still dont work
$ firejail --noprofile --private-bin=tclsh /opt/Discord/Discord
Parent pid 4176, child pid 4177
2 programs installed in 25.39 ms
Child process initialized in 40.03 ms
execvp: No such file or directory
Parent is shutting down, bye...
@rusty-snake commented on GitHub (Feb 29, 2020):
I mean
firejail --noprofile /opt/Discord/Discord, sorry.@oxplay2 commented on GitHub (Feb 29, 2020):
@rusty-snake Thanks! it works fine, but does it make higher security risk without profile?
@rusty-snake commented on GitHub (Feb 29, 2020):
Let me quote @Vincent43 https://github.com/netblue30/firejail/issues/3092#issuecomment-576336896
Shows
journalctl --follow/journalctl --pager-endanything like blocked syscall as reported by OP?@arrowgent commented on GitHub (Mar 1, 2020):
firejail discord
syslog
testing
firejail '--seccomp=!chroot' discordlaunches correctly.