mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4157] [Feature] Should rmenv GitHub auth tokens #2556
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#2556
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 @matthew-cline on GitHub (Apr 2, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4157
The GitHub command line app (gh) uses GitHub personal access tokens. These can be passed to
ghvia environmental variables:GH_TOKENGITHUB_TOKENGH_ENTERPRISE_TOKENGITHUB_ENTERPRISE_TOKENThese should be
rmenv'd somewhere. Perhaps indisable-passwdmgr.inc?@rusty-snake commented on GitHub (Apr 2, 2021):
Keep in mind that even if you
rmenvthem, a sandbox can still read the file where they are set if this file is notblacklisted or has nowhitelist(in whitelisting profiles).@kmk3 commented on GitHub (Dec 11, 2021):
For future reference, the
rmenventries were moved to disable-common.incon #4461.