mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6735] [MERGED] profiles: mpv: remove mkfile ~/.netrc #6146
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#6146
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/6735
Author: @kmk3
Created: 5/4/2025
Status: ✅ Merged
Merged: 5/6/2025
Merged by: @kmk3
Base:
master← Head:mpv-remove-mkfile-netrc📝 Commits (1)
ff8ce8eprofiles: mpv: remove mkfile ~/.netrc📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
etc/profile-m-z/mpv.profile(+0 -1)📄 Description
To reduce clutter in the user home.
This file is apparently intended to specify login information for remote
systems, such as username and password for ftp/http connections
(similarly to using ~/.ssh/config for ssh connections).
From inetutils.info of GNU inetutils 2.6, which provides ftp and telnet
binaries (among others):
It seems that the file is intended to be created manually (just like
~/.ssh/config), as it is not mentioned in mpv(1). mpv supports using
yt-dlp and ~/.netrc is mentined in yt-dlp(1), though it does not look
like it would create the file either.
Note also that this entry is not present in any other profile (including
the ones that allow ~/.netrc).
Related commits:
5d741795c("Use whitelisting for video players (#3472)", 2020-08-15)8bf892d67("Fix missing mkfile in5d741795c3", 2020-08-16)This is a follow-up to #6732.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.