mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #6732] [MERGED] profiles: remove mkdir ~/.pki #6143
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#6143
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/6732
Author: @kmk3
Created: 5/2/2025
Status: ✅ Merged
Merged: 5/4/2025
Merged by: @kmk3
Base:
master← Head:remove-mkdir-pki📝 Commits (1)
39438e8profiles: remove mkdir ~/.pki📊 Changes
9 files changed (+0 additions, -9 deletions)
View changed files
📝
etc/profile-a-l/chromium-common.profile(+0 -1)📝
etc/profile-a-l/ephemeral.profile(+0 -1)📝
etc/profile-a-l/ferdi.profile(+0 -1)📝
etc/profile-a-l/firefox-common.profile(+0 -1)📝
etc/profile-a-l/franz.profile(+0 -1)📝
etc/profile-m-z/midori.profile(+0 -1)📝
etc/profile-m-z/otter-browser.profile(+0 -1)📝
etc/profile-m-z/rambox.profile(+0 -1)📝
etc/profile-m-z/seamonkey.profile(+0 -1)📄 Description
To reduce clutter in the user home.
This appears to be a legacy path and the relevant profiles already
create an XDG path as well:
From nss 3.111[1]:
The XDG path has apparently been supported since nss 3.42, which was
released on 2019-01-25[2] [3] [4].
Misc: The original path was first added on commit
3a71eb2af("addedmkdir in all whitelisted profiles", 2016-02-18) and the XDG path was
first added on commit
63c35052b("Add '$HOME/.local/share/pki' toblacklist", 2019-02-03).
Relates to #4262.
[1] https://github.com/nss-dev/nss/blob/NSS_3_111_RTM/lib/sysinit/nsssysinit.c#L64-L72
[2] https://github.com/nss-dev/nss/blob/NSS_3_42_RTM/lib/sysinit/nsssysinit.c#L65-L73
[3]
7f21d4f497[4] https://github.com/nss-dev/nss/releases/tag/NSS_3_42_RTM
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.