mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3368] Nicotine does not start #2113
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#2113
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 @captaidman on GitHub (Apr 19, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3368
Describe the bug
Nicotine does not run in firejail
Behavior change on disabling firejail
Nicotine runs outside of firejail
To Reproduce
Steps to reproduce the behavior:
Type nicotine in terminal, press enter
Expected behavior
Nicotine run in firejail
Desktop (please complete the following information):
Linux Mint 19.3 Tricia
firejail --version
firejail version 0.9.63
Compile time support:
- AppArmor support is disabled
- AppImage support is enabled
- chroot support is enabled
- file and directory whitelisting support is enabled
- file transfer support is enabled
- firetunnel support is enabled
- networking support is enabled
- overlayfs support is enabled
- private-home support is enabled
- seccomp-bpf support is enabled
- user namespace support is enabled
- X11 sandboxing support is enabled
Additional context
$ nicotine
Reading profile /usr/local/etc/firejail/nicotine.profile
Reading profile /usr/local/etc/firejail/allow-python2.inc
Reading profile /usr/local/etc/firejail/disable-common.inc
Reading profile /usr/local/etc/firejail/disable-devel.inc
Reading profile /usr/local/etc/firejail/disable-exec.inc
Reading profile /usr/local/etc/firejail/disable-interpreters.inc
Reading profile /usr/local/etc/firejail/disable-passwdmgr.inc
Reading profile /usr/local/etc/firejail/disable-programs.inc
Reading profile /usr/local/etc/firejail/disable-xdg.inc
Reading profile /usr/local/etc/firejail/whitelist-common.inc
Reading profile /usr/local/etc/firejail/whitelist-runuser-common.inc
Reading profile /usr/local/etc/firejail/whitelist-usr-share-common.inc
Reading profile /usr/local/etc/firejail/whitelist-var-common.inc
Parent pid 15275, child pid 15276
8 programs installed in 22.20 ms
Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set.
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Warning: cleaning all supplementary groups
Blacklist violations are logged to syslog
Child process initialized in 157.77 ms
Parent is shutting down, bye...
@rusty-snake commented on GitHub (Apr 19, 2020):
Anything in the syslog/journal?
@captaidman commented on GitHub (Apr 19, 2020):
No changes at all
@matu3ba commented on GitHub (Apr 20, 2020):
@captaidman Output of
firejail --debug nicotine?@captaidman commented on GitHub (Apr 23, 2020):
debug.txt
@matu3ba commented on GitHub (May 3, 2020):
Should be related to #3360 with the same workaround. Linux Mint loading of programs or PATH handling seems to be completely different from other distributions.
@rusty-snake commented on GitHub (May 3, 2020):
@captaidman
echo $PATH?@captaidman commented on GitHub (May 4, 2020):
$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
@rusty-snake commented on GitHub (May 5, 2020):
Looks normal.
@rusty-snake commented on GitHub (Jul 16, 2020):
I'm closing here due to inactivity, please fell free to reopen if you still have this issue.