mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3383] Error: too long environment variables in vifm's subshell #2125
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#2125
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 @jose1711 on GitHub (Apr 25, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3383
Describe the bug
I am getting
Error: too long environment variableserror in console for commands run insidevifm's subshell. Here's one example:Behavior change on disabling firejail
when
wgetis run w/ absolute path (hence withoutfirejail) it runs normally.To Reproduce
vifm:shellwgetExpected behavior
It would be great if jailed programs work inside
vifmsession.Desktop:
@rusty-snake commented on GitHub (Apr 25, 2020):
FYI: #3325
@matu3ba commented on GitHub (Apr 25, 2020):
Either making size of environment variables bigger on risk of stack smashing (I am unsure what is the minimum size for that though),
or clean up your
env.@jose1711 commented on GitHub (May 14, 2020):
Thanks for pointing this out.
inside
vifmin "normal" shell session:
On my system it's caused by a specific combination of oh-my-zsh and
vifmcustomization so I changed it in the configuration. Thank you, closing.