mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3352] Firejail doesn't hide set secrets #2104
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#2104
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 @mustaqimM on GitHub (Apr 13, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3352
Describe the bug

The application (aria2) sets the secret which normally shows as stars, but when run with firejail, it gets exposed:
Behavior change on disabling firejail
N/A
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If possible, firejail should also obfuscate the secret set by the application
Desktop (please complete the following information):
lsb_release -a)firejail --version) exclusive or used git commit (git rev-parse HEAD)@matu3ba commented on GitHub (May 3, 2020):
Does aria2 interact with other programs for this feature and (if you know) in what ways?
What is the output of
firejail --debug?@rusty-snake commented on GitHub (May 3, 2020):
Why? Its completely unrelated.
I thing they do some hacks in /proc/self.
@rusty-snake commented on GitHub (Jun 4, 2020):
IDK if we ever want to implement this, because we would need to parse childs args.
labelling as "enhancement" for now.