[PR #6542] [MERGED] profiles: wget: allow ~/.local/share/wget #6053

Closed
opened 2026-05-05 10:49:51 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6542
Author: @celenityy
Created: 11/11/2024
Status: Merged
Merged: 11/24/2024
Merged by: @kmk3

Base: masterHead: patch-2


📝 Commits (1)

  • 91f190f profiles: wget: allow ~/.local/share/wget

📊 Changes

2 files changed (+1 additions, -1 deletions)

View changed files

📝 etc/profile-m-z/wget.profile (+1 -0)
📝 etc/profile-m-z/wget2.profile (+0 -1)

📄 Description

wget appears to require access to this directory for HSTS & HPKP.

Without access to this directory, I get the following error when running wget:

Failed to read HSTS data
Failed to read HPKP data
Failed to write HSTS file

This fixes it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/6542 **Author:** [@celenityy](https://github.com/celenityy) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/24/2024 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`91f190f`](https://github.com/netblue30/firejail/commit/91f190fc865ee89c498968ef99137e2f488d1ca9) profiles: wget: allow ~/.local/share/wget ### 📊 Changes **2 files changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-m-z/wget.profile` (+1 -0) 📝 `etc/profile-m-z/wget2.profile` (+0 -1) </details> ### 📄 Description wget appears to require access to this directory for HSTS & HPKP. Without access to this directory, I get the following error when running wget: ```sh Failed to read HSTS data Failed to read HPKP data Failed to write HSTS file ``` This fixes it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:49:51 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#6053
No description provided.